Skip to content

Commit

Permalink
test: remove noisy debug output
Browse files Browse the repository at this point in the history
  • Loading branch information
nedbat committed May 5, 2024
1 parent 3175377 commit ba3f166
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 @@ -26,7 +26,7 @@ setenv =
commands =
python -V
no_extras: python -m pip uninstall -q -y tomli
coverage run --debug=sys -p -m pytest -Wd {posargs}
coverage run -p -m pytest -Wd {posargs}

[testenv:coverage]
depends = py38,py39,py310,py311,py312,pypy3
Expand Down

0 comments on commit ba3f166

Please sign in to comment.