mirror of
https://github.com/github/octodns.git
synced 2024-05-11 05:55:00 +00:00
tell pytest to ignore all of our internal 2.0 deprecated warnings
This commit is contained in:
@@ -9,4 +9,7 @@ known_first_party="octodns"
|
||||
line_length=80
|
||||
|
||||
[tool.pytest.ini_options]
|
||||
filterwarnings = [
|
||||
'ignore:.*DEPRECATED.*2.0',
|
||||
]
|
||||
pythonpath = "."
|
||||
|
||||
Reference in New Issue
Block a user