Skip to content

Commit ed057ad

Browse files
committed
ENH: Consider warnings as errors when running pytest
Consider warnings as errors when running `pytest`.
1 parent a6bcd48 commit ed057ad

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,7 @@ norecursedirs = [".git"]
168168
addopts = [
169169
"-svx",
170170
"-ra",
171+
"-W error",
171172
"--strict-config",
172173
"--strict-markers",
173174
"--doctest-modules",

0 commit comments

Comments
 (0)