Browse Source

Merge pull request #1112 from octodns/tests-ignore-deprecations

Ignore deprecation warnings during tests
pull/1116/head
Ross McFarland 2 years ago
committed by GitHub
parent
commit
201d2c2423
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      pyproject.toml

+ 1
- 1
pyproject.toml View File

@ -13,4 +13,4 @@ filterwarnings = [
'error',
'ignore:.*DEPRECATED.*2.0',
]
pythonpath = "."
pythonpath = "."

Loading…
Cancel
Save