diff --git a/tests/python/gaia-ui-tests/setup.py b/tests/python/gaia-ui-tests/setup.py index 2d5edaf0f80a..134523493b11 100644 --- a/tests/python/gaia-ui-tests/setup.py +++ b/tests/python/gaia-ui-tests/setup.py @@ -13,7 +13,7 @@ execfile(os.path.join('gaiatest', 'version.py'), version) # dependencies -deps = ['marionette_client>=0.6.1', 'mozdevice', 'py==1.4.14', 'requests', +deps = ['marionette_client>=0.6.2', 'mozdevice', 'py==1.4.14', 'requests', 'moztest>=0.3'] setup(name='gaiatest',