Skip to content

Commit

Permalink
Always pass the test suite to pytest. Ref #3448.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaraco committed Jul 14, 2022
1 parent f747e8b commit 128751e
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 @@ -30,7 +30,7 @@ passenv =
setenv =
PROJECT_ROOT = {toxinidir}
commands =
pytest --integration {posargs:-vv --durations=10 setuptools/tests/integration}
pytest --integration {posargs:-vv --durations=10} setuptools/tests/integration
# use verbose mode by default to facilitate debugging from CI logs

[testenv:docs]
Expand Down

0 comments on commit 128751e

Please sign in to comment.