We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 065d3de commit 138d8f9Copy full SHA for 138d8f9
1 file changed
tox.ini
@@ -60,7 +60,7 @@ commands =
60
# it doesn't get run in CI
61
envdir = {toxworkdir}/py3
62
commands =
63
- pytest --tb native -s {posargs:-m 'serial'}
+ pytest --tb native {posargs:-m 'serial'}
64
65
[testenv:validate]
66
envdir = {toxworkdir}/validate
0 commit comments