Bug 1033680 - TPS should use mozversion to retrieve the application data. r=jgriffin a=testonly DONTBUILD

---
 testing/tps/setup.py          | 1 +
 testing/tps/tps/testrunner.py | 3 ++-
 2 files changed, 3 insertions(+), 1 deletion(-)
This commit is contained in:
Henrik Skupin
2014-07-03 07:27:06 +02:00
parent 862ccf3161
commit f8f2cfd0f3
2 changed files with 3 additions and 1 deletions

View File

@@ -15,6 +15,7 @@ deps = ['httplib2 >= 0.7.3',
'mozprocess >= 0.18',
'mozprofile >= 0.21',
'mozrunner >= 5.35',
'mozversion == 0.6',
]
# we only support python 2.6+ right now