1
0
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:
Ross McFarland
2023-11-22 18:16:59 -08:00
parent 0332b34f72
commit 142eaa709f

View File

@@ -9,4 +9,7 @@ known_first_party="octodns"
line_length=80
[tool.pytest.ini_options]
filterwarnings = [
'ignore:.*DEPRECATED.*2.0',
]
pythonpath = "."