From 9c7d47a663fe35e80cf64a8cfeca6be5fd79a6dd Mon Sep 17 00:00:00 2001 From: "Philipp A." Date: Fri, 5 Jan 2024 14:11:18 +0100 Subject: [PATCH] warnings --- pyproject.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index f1b3f1b..d5ea114 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -112,6 +112,10 @@ addopts = [ '--import-mode=importlib', '-psphinx.testing.fixtures', ] +filterwarnings = [ + 'error', + 'ignore:The frontend.Option:DeprecationWarning', +] [tool.coverage.run] source_pkgs = ["scanpydoc"]