Skip to content

Commit

Permalink
ENH: Consider warnings as errors when running pytest
Browse files Browse the repository at this point in the history
Consider warnings as errors when running `pytest`.
  • Loading branch information
jhlegarreta committed Jan 9, 2025
1 parent a6bcd48 commit ed057ad
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,7 @@ norecursedirs = [".git"]
addopts = [
"-svx",
"-ra",
"-W error",
"--strict-config",
"--strict-markers",
"--doctest-modules",
Expand Down

0 comments on commit ed057ad

Please sign in to comment.