diff --git a/pyproject.toml b/pyproject.toml index b5902c204..fd56bb6f7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -182,6 +182,12 @@ per-file-ignores = [ ] docstring_style = "sphinx" +[tool.pytest.ini_options] +filterwarnings = [ + 'ignore:`pk` is deprecated:DeprecationWarning', + 'ignore:`index` is deprecated:DeprecationWarning', +] + [tool.coverage.run] branch = true source = ["tortoise"]