Bug 1458666 - Pin mozdevice version to pre 1.0 in tps DONOTLAND draft
authorThom Chiovoloni <tchiovoloni@mozilla.com>
Wed, 02 May 2018 19:08:44 -0700
changeset 790909 125728e95ac1270b08a22892e1da889d994655d7
parent 790873 2d83e1843241d869a2fc5cf06f96d3af44c70e70
push id108634
push userbmo:tchiovoloni@mozilla.com
push dateThu, 03 May 2018 02:09:48 +0000
bugs1458666
milestone61.0a1
Bug 1458666 - Pin mozdevice version to pre 1.0 in tps DONOTLAND MozReview-Commit-ID: 7jPzFDgHU68
testing/tps/setup.py
--- a/testing/tps/setup.py
+++ b/testing/tps/setup.py
@@ -12,16 +12,17 @@ deps = ['httplib2 == 0.9.2',
         'mozfile == 1.2',
         'mozhttpd == 0.7',
         'mozinfo == 0.10',
         'mozinstall == 1.15',
         'mozprocess == 0.26',
         'mozprofile == 1.0.0',
         'mozrunner == 6.15',
         'mozversion == 1.5',
+        'mozdevice < 1',
        ]
 
 # we only support python 2.6+ right now
 assert sys.version_info[0] == 2
 assert sys.version_info[1] >= 6
 
 setup(name='tps',
       version=version,