Skip to content

Commit

Permalink
Feedback: Use -Wall argument with pytest, not Python
Browse files Browse the repository at this point in the history
  • Loading branch information
kurtmckee committed Jul 7, 2024
1 parent f47efd2 commit f14d946
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 @@ -19,7 +19,7 @@ setenv =
# Display up to 20 frames in backtraces when showing ResourceWarnings.
PYTHONTRACEMALLOC=20
commands =
python -Wall -m pytest --strict-markers --cov {posargs}
pytest -Wall --strict-markers --cov {posargs}
extras = md

[testenv:mypy]
Expand Down

0 comments on commit f14d946

Please sign in to comment.