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"]