tox: Update PyQt5 to 5.8.2
This commit is contained in:
parent
3b351d9066
commit
134155480e
4
tox.ini
4
tox.ini
@ -97,7 +97,7 @@ setenv =
|
|||||||
passenv = {[testenv]passenv}
|
passenv = {[testenv]passenv}
|
||||||
deps =
|
deps =
|
||||||
{[testenv]deps}
|
{[testenv]deps}
|
||||||
PyQt5==5.8.1.1
|
PyQt5==5.8.2
|
||||||
commands = {envpython} -bb -m pytest {posargs:tests}
|
commands = {envpython} -bb -m pytest {posargs:tests}
|
||||||
|
|
||||||
[testenv:py36-pyqt58]
|
[testenv:py36-pyqt58]
|
||||||
@ -108,7 +108,7 @@ setenv =
|
|||||||
passenv = {[testenv]passenv}
|
passenv = {[testenv]passenv}
|
||||||
deps =
|
deps =
|
||||||
{[testenv]deps}
|
{[testenv]deps}
|
||||||
PyQt5==5.8.1.1
|
PyQt5==5.8.2
|
||||||
commands = {envpython} -bb -m pytest {posargs:tests}
|
commands = {envpython} -bb -m pytest {posargs:tests}
|
||||||
|
|
||||||
# other envs
|
# other envs
|
||||||
|
Loading…
Reference in New Issue
Block a user