зеркало из https://github.com/mozilla/iris.git
Update to mozrunner 7.4.0 - Python 3 support
This commit is contained in:
Родитель
07fe50a2fe
Коммит
319a2cfd47
5
Pipfile
5
Pipfile
|
@ -21,8 +21,8 @@ mozdownload = {git = 'https://github.com/AndreiH/mozdownload.git',ref = 'mozdown
|
||||||
mozversion = "==2.1.0"
|
mozversion = "==2.1.0"
|
||||||
mozinfo = "==1.0.0"
|
mozinfo = "==1.0.0"
|
||||||
mozlog = "==4.0"
|
mozlog = "==4.0"
|
||||||
#mozrunner = "==7.2.0" # not supports Python 3 and install fails
|
mozrunner = "==7.4.0"
|
||||||
mss = "==4.0.1"
|
mss = "==4.0.2"
|
||||||
pytest = "*"
|
pytest = "*"
|
||||||
pygithub = "*"
|
pygithub = "*"
|
||||||
bugzilla = "*"
|
bugzilla = "*"
|
||||||
|
@ -32,7 +32,6 @@ xlib = {platform_system = "== 'Linux'",version = "==0.21"}
|
||||||
[dev-packages]
|
[dev-packages]
|
||||||
pylint = "*"
|
pylint = "*"
|
||||||
pep8 = "*"
|
pep8 = "*"
|
||||||
autopep8 = "*"
|
|
||||||
|
|
||||||
[requires]
|
[requires]
|
||||||
python_version = "3.7"
|
python_version = "3.7"
|
||||||
|
|
Загрузка…
Ссылка в новой задаче