Skip to content

Commit

Permalink
turn warnings into errors with pytest (#1774)
Browse files Browse the repository at this point in the history
  • Loading branch information
pmeier authored May 3, 2023
1 parent 2fa4f3f commit ac981ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pytest.ini
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ addopts =
-rfEX
# Make tracebacks shorter
--tb=native
# enable all warnings
-Wd
# turn warnings into errors
-Werror
markers =
conda: conda required to run this test (deselect with '-m \"not conda\"')
testpaths =
Expand Down

0 comments on commit ac981ea

Please sign in to comment.