Skip to content

Commit

Permalink
Fail on deprecation warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
crusaderky committed Jan 23, 2024
1 parent 14396fb commit 1c58767
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,8 @@ universal = 1
universal = 1

[tool:pytest]
addopts = --strict
addopts = -W error --strict-markers --strict-config -v -r sxfE --color=yes
xfail_strict = true
python_files = test_*.py
testpaths = TEMPLATE/tests

Expand Down

0 comments on commit 1c58767

Please sign in to comment.