Skip to content

Commit

Permalink
Filter out some warnings that aren't useful in pytest (#28622)
Browse files Browse the repository at this point in the history
  • Loading branch information
caneff authored Sep 26, 2023
1 parent c86a9bb commit a7e12db
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions sdks/python/pytest.ini
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@

[pytest]
junit_family = xunit2
filterwarnings =
ignore:Deprecated call to `pkg_resources.declare_namespace\('.*'\):DeprecationWarning
ignore::DeprecationWarning:google.rpc

# Disable class-name-based test discovery.
python_classes =
Expand Down

0 comments on commit a7e12db

Please sign in to comment.