Update to mozrunner 7.4.0 - Python 3 support

This commit is contained in:
Andrei Hutusoru 2019-02-25 10:53:56 +02:00
Родитель 07fe50a2fe
Коммит 319a2cfd47
1 изменённых файлов: 2 добавлений и 3 удалений

Просмотреть файл

@ -21,8 +21,8 @@ mozdownload = {git = 'https://github.com/AndreiH/mozdownload.git',ref = 'mozdown
mozversion = "==2.1.0"
mozinfo = "==1.0.0"
mozlog = "==4.0"
#mozrunner = "==7.2.0" # not supports Python 3 and install fails
mss = "==4.0.1"
mozrunner = "==7.4.0"
mss = "==4.0.2"
pytest = "*"
pygithub = "*"
bugzilla = "*"
@ -32,7 +32,6 @@ xlib = {platform_system = "== 'Linux'",version = "==0.21"}
[dev-packages]
pylint = "*"
pep8 = "*"
autopep8 = "*"
[requires]
python_version = "3.7"