Skip to content

Commit

Permalink
Merge pull request #78 from octodns/tests-ignore-deprecations
Browse files Browse the repository at this point in the history
Ignore deprecation warnings during tests
  • Loading branch information
ross committed Nov 29, 2023
2 parents 40ba930 + 5ac9a5c commit 696c462
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,7 @@ sections="FUTURE,STDLIB,THIRDPARTY,OCTODNS,FIRSTPARTY,LOCALFOLDER"
[tool.pytest.ini_options]
filterwarnings = [
'error',
# TODO: remove once octodns 2.0 has been released
'ignore:.*DEPRECATED.*2.0',
]
pythonpath = "."

0 comments on commit 696c462

Please sign in to comment.