Fix PyQt5 version in tox.ini
This commit is contained in:
parent
f50485420a
commit
3a88b70eca
2
tox.ini
2
tox.ini
@ -108,7 +108,7 @@ setenv =
|
|||||||
passenv = {[testenv]passenv}
|
passenv = {[testenv]passenv}
|
||||||
deps =
|
deps =
|
||||||
{[testenv]deps}
|
{[testenv]deps}
|
||||||
PyQt5==5.8.0
|
PyQt5==5.8.1.1
|
||||||
commands = {envpython} scripts/dev/run_pytest.py {posargs:tests}
|
commands = {envpython} scripts/dev/run_pytest.py {posargs:tests}
|
||||||
|
|
||||||
# other envs
|
# other envs
|
||||||
|
Loading…
Reference in New Issue
Block a user