Skip to content

Commit

Permalink
pytest: ignore deprecation warnings from google-rpc, googleapis/googl…
Browse files Browse the repository at this point in the history
  • Loading branch information
Nayjest committed Apr 18, 2024
1 parent f2e6e6f commit 590a4b0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,8 @@ minversion = "6.0"
addopts = "-vv --capture=no --log-cli-level=INFO"
testpaths = [
"tests/basic",
]
filterwarnings = [
"ignore:Deprecated call to `pkg_resources\\.declare_namespace\\('.*'\\):DeprecationWarning",
"ignore::DeprecationWarning:google.rpc",
]

0 comments on commit 590a4b0

Please sign in to comment.