Skip to content

Commit 6af75a4

Browse files
committed
actually match master
1 parent 73b49ec commit 6af75a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ commands =
1111
pip install PyQt5==5.15.* PyQt3D==5.15.* PyQtChart==5.15.* PyQtDataVisualization==5.15.* PyQtNetworkAuth==5.15.* PyQtPurchasing==5.15.* PyQtWebEngine==5.15.*
1212
mypy --show-error-codes -p PyQt5-stubs
1313
stubtest --allowlist {toxinidir}/stubtest.allowlist --allowlist {toxinidir}/stubtest.allowlist.to_review PyQt5
14-
pytest --verbose --capture=no {posargs}
14+
pytest --capture=no --verbose {posargs}
1515

1616
[pytest]
1717
addopts = --strict-markers

0 commit comments

Comments
 (0)