tox: Still accept posargs
This commit is contained in:
parent
5e03e9bf3a
commit
14c00fcdf0
2
tox.ini
2
tox.ini
|
|
@ -54,7 +54,7 @@ deps =
|
||||||
pyqt66: -r{toxinidir}/misc/requirements/requirements-pyqt-6.6.txt
|
pyqt66: -r{toxinidir}/misc/requirements/requirements-pyqt-6.6.txt
|
||||||
commands =
|
commands =
|
||||||
!pyqt-!pyqt515-!pyqt5152-!pyqt62-!pyqt63-!pyqt64-!pyqt65-!pyqt66: {envpython} scripts/link_pyqt.py --tox {envdir}
|
!pyqt-!pyqt515-!pyqt5152-!pyqt62-!pyqt63-!pyqt64-!pyqt65-!pyqt66: {envpython} scripts/link_pyqt.py --tox {envdir}
|
||||||
{envpython} -bb -m pytest -m e2e_flaky tests/end2end
|
{envpython} -bb -m pytest {posargs:-m e2e_flaky tests/end2end}
|
||||||
cov: {envpython} scripts/dev/check_coverage.py {posargs}
|
cov: {envpython} scripts/dev/check_coverage.py {posargs}
|
||||||
|
|
||||||
[testenv:py-qt5]
|
[testenv:py-qt5]
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue