mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-26 06:38:36 +00:00
Bug 1033703 - Pin TPS to specific versions of mozbase packages. r=ahal a=testonly DONTBUILD
--- testing/tps/setup.py | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-)
This commit is contained in:
parent
e29f894afe
commit
4c8bf1a64e
@ -7,14 +7,14 @@ import sys
|
||||
|
||||
version = '0.5'
|
||||
|
||||
deps = ['httplib2 >= 0.7.3',
|
||||
'mozfile >= 1.1',
|
||||
'mozhttpd >= 0.7',
|
||||
'mozinfo >= 0.7',
|
||||
'mozinstall >= 1.9',
|
||||
'mozprocess >= 0.18',
|
||||
'mozprofile >= 0.21',
|
||||
'mozrunner >= 5.35',
|
||||
deps = ['httplib2 == 0.7.3',
|
||||
'mozfile == 1.1',
|
||||
'mozhttpd == 0.7',
|
||||
'mozinfo == 0.7',
|
||||
'mozinstall == 1.10',
|
||||
'mozprocess == 0.19',
|
||||
'mozprofile == 0.21',
|
||||
'mozrunner == 6.0',
|
||||
'mozversion == 0.6',
|
||||
]
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user