Skip to content

Commit

Permalink
Warnings are errors during tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ross committed Nov 26, 2023
1 parent dc8a56f commit 3d1a2f0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,7 @@ line_length=80
sections="FUTURE,STDLIB,THIRDPARTY,OCTODNS,FIRSTPARTY,LOCALFOLDER"

[tool.pytest.ini_options]
filterwarnings = [
'error',
]
pythonpath = "."

0 comments on commit 3d1a2f0

Please sign in to comment.