diff --git a/pyproject.toml b/pyproject.toml index 22989428..32466a2e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -58,6 +58,12 @@ line-length = 88 [tool.isort] profile = "black" +[tool.pytest.ini_options] +filterwarnings = [ + "ignore:Deprecated call to `pkg_resources\\.declare_namespace\\('.*'\\):DeprecationWarning", + "ignore::DeprecationWarning:google.rpc", +] + [build-system] requires = ["poetry-core"] build-backend = "poetry.core.masonry.api"