Skip to content

Commit

Permalink
Merge pull request #14 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 authored Nov 29, 2023
2 parents 65f1389 + e50757d commit 1ad5367
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 @@ -14,5 +14,7 @@ sections="FUTURE,STDLIB,THIRDPARTY,OCTODNS,FIRSTPARTY,LOCALFOLDER"
log_level = 'DEBUG'
filterwarnings = [
'error',
# TODO: remove once octodns 2.0 has been released
'ignore:.*DEPRECATED.*2.0',
]
pythonpath = "."

0 comments on commit 1ad5367

Please sign in to comment.