Skip to content

Commit

Permalink
CI: turn deprecation warnings into errors.
Browse files Browse the repository at this point in the history
  • Loading branch information
jendrikseipp committed Aug 20, 2023
1 parent 2bac0ab commit 4220899
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,11 @@ commands =
package = wheel
wheel_build_env = .pkg

[pytest]
filterwarnings =
error::DeprecationWarning
error::PendingDeprecationWarning

[testenv:style]
basepython = python3
deps =
Expand Down

0 comments on commit 4220899

Please sign in to comment.