Skip to content

Commit a98cd38

Browse files
committed
Add {posargs} to the pytest call
This allows to specify additional command line arguments for pytest with the tox call.
1 parent 26c99f7 commit a98cd38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ deps =
1313
sphinx7: Sphinx[test]~=7.0
1414
sphinxlast: Sphinx[test]
1515
commands =
16-
pytest -W ignore::DeprecationWarning
16+
pytest -W ignore::DeprecationWarning {posargs}
1717

1818
[flake8]
1919
max-line-length = 100

0 commit comments

Comments
 (0)