Skip to content

Commit

Permalink
Merge pull request #32 from octodns/pytest-warnings-as-errors
Browse files Browse the repository at this point in the history
pytest warnings as errors
  • Loading branch information
ross authored Nov 26, 2023
2 parents ae1b821 + f238488 commit 58b7ef3
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 58b7ef3

Please sign in to comment.