From d886244399caa84ae995819b3baa0efc32443c84 Mon Sep 17 00:00:00 2001 From: Ross McFarland Date: Sun, 26 Nov 2023 12:01:08 -0800 Subject: [PATCH] Warnings are errors during tests --- pyproject.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index d8a2a3d..72d1688 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,4 +9,7 @@ known_first_party="octodns" line_length=80 [tool.pytest.ini_options] +filterwarnings = [ + 'error', +] pythonpath = "."