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
+3
View File
@@ -9,4 +9,7 @@ known_first_party="octodns"
line_length=80
[tool.pytest.ini_options]
filterwarnings = [
'ignore:.*DEPRECATED.*2.0',
]
pythonpath = "."