Skip to content

Commit

Permalink
Add {posargs} to the pytest call
Browse files Browse the repository at this point in the history
This allows to specify additional command line arguments for pytest
with the tox call.
  • Loading branch information
berhoel committed Aug 13, 2024
1 parent 26c99f7 commit a98cd38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ deps =
sphinx7: Sphinx[test]~=7.0
sphinxlast: Sphinx[test]
commands =
pytest -W ignore::DeprecationWarning
pytest -W ignore::DeprecationWarning {posargs}

[flake8]
max-line-length = 100
Expand Down

0 comments on commit a98cd38

Please sign in to comment.