Warnings are errors during tests

This commit is contained in:
Ross McFarland
2023-11-26 12:01:08 -08:00
parent e03adfceda
commit d886244399
+3
View File
@@ -9,4 +9,7 @@ known_first_party="octodns"
line_length=80
[tool.pytest.ini_options]
filterwarnings = [
'error',
]
pythonpath = "."