Fix PyQt5 requirements
See https://www.riverbankcomputing.com/pipermail/pyqt/2017-March/038964.html
This commit is contained in:
parent
8d9030ec47
commit
68247a1ef0
@ -1,4 +1,4 @@
|
|||||||
# This file is automatically generated by scripts/dev/recompile_requirements.py
|
# This file is automatically generated by scripts/dev/recompile_requirements.py
|
||||||
|
|
||||||
PyQt5==5.8.1
|
PyQt5==5.8.1.1
|
||||||
sip==4.19.1
|
sip==4.19.1
|
||||||
|
2
tox.ini
2
tox.ini
@ -97,7 +97,7 @@ setenv =
|
|||||||
passenv = {[testenv]passenv}
|
passenv = {[testenv]passenv}
|
||||||
deps =
|
deps =
|
||||||
{[testenv]deps}
|
{[testenv]deps}
|
||||||
PyQt5==5.8.1
|
PyQt5==5.8.1.1
|
||||||
commands = {envpython} scripts/dev/run_pytest.py {posargs:tests}
|
commands = {envpython} scripts/dev/run_pytest.py {posargs:tests}
|
||||||
|
|
||||||
[testenv:py36-pyqt58]
|
[testenv:py36-pyqt58]
|
||||||
|
Loading…
Reference in New Issue
Block a user