From 95c2f1888e7b6366809f6a5084b67e5eb9d8c3e2 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 cf7c1de..3cf3d44 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,4 +11,7 @@ line_length=80 sections="FUTURE,STDLIB,THIRDPARTY,OCTODNS,FIRSTPARTY,LOCALFOLDER" [tool.pytest.ini_options] +filterwarnings = [ + 'error', +] pythonpath = "."