From 0ef98758edbd8deec765c79f0815f444e76819b8 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 0b7c8e1..fb13918 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 = "."