Skip to content

Commit

Permalink
chore: make sure to always show certain warnings when running tox (#90)
Browse files Browse the repository at this point in the history
  • Loading branch information
jenstroeger committed Jan 15, 2022
1 parent 0be3db0 commit 61c2b39
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 @@ -11,7 +11,7 @@ python =
# Use pytest for testing and set up an optional environment for it.
[testenv]
extras = test
commands = pytest
commands = python -W always::DeprecationWarning -m pytest
setenv =
SOME_VAR = "value"

Expand Down

0 comments on commit 61c2b39

Please sign in to comment.