diff --git a/pyproject.toml b/pyproject.toml index f6a4be4..679bc16 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -53,3 +53,8 @@ ignore = [ [tool.ruff.lint.isort] known-first-party = ["py3o.template"] + +[tool.pytest.ini_options] +filterwarnings = [ + "ignore::DeprecationWarning:py3o.template.*" +]