From 142eaa709fde3017e90a38098f3a68e2ce9d8989 Mon Sep 17 00:00:00 2001 From: Ross McFarland Date: Wed, 22 Nov 2023 18:16:59 -0800 Subject: [PATCH] tell pytest to ignore all of our internal 2.0 deprecated warnings --- pyproject.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index d8a2a3d..605ed54 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,4 +9,7 @@ known_first_party="octodns" line_length=80 [tool.pytest.ini_options] +filterwarnings = [ + 'ignore:.*DEPRECATED.*2.0', +] pythonpath = "."