Skip to content

Commit

Permalink
fix(ci): reduce pytest warning noise for grpc deprecation warning
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamin-awd committed Oct 26, 2023
1 parent 73fd7d0 commit 3f89319
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit 3f89319

Please sign in to comment.