Skip to content

Commit 27ab1dc

Browse files
authored
Allow passing pytest arguments via tox
1 parent 393631b commit 27ab1dc

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
@@ -25,4 +25,4 @@ deps =
2525
-r{toxinidir}/requirements-dev.txt
2626
commands =
2727
pre-commit run --all-files --show-diff-on-failure
28-
python -bb -m pytest
28+
python -bb -m pytest {posargs:tests}

0 commit comments

Comments
 (0)