Skip to content

Commit 73c313f

Browse files
committed
chore(tox): Update pytest call for more verbosity, end quickly
1 parent 0bf58ed commit 73c313f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tox.ini

+2-2
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ pass_env =
3636
NIFREEZE_WERRORS
3737
extras = test
3838
commands =
39-
pytest --doctest-modules --cov nifreeze -n auto --cov-report xml \
40-
--junitxml=test-results.xml -v src test {posargs}
39+
pytest -svx --doctest-modules --cov nifreeze --cov-report xml \
40+
--junitxml=test-results.xml -v src test {posargs:-n auto}
4141

4242
[testenv:notebooks]
4343
description = Run notebooks

0 commit comments

Comments
 (0)