Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
fix: Suppress warnings caused during pytest runs
  • Loading branch information
mukund-ananthu committed Jun 7, 2024
commit 9daf236405f2b6b036c9e730df768a0ffd7b23dc
5 changes: 4 additions & 1 deletion pytest.ini
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,7 @@ filterwarnings =
# Remove warning once https://github.com/googleapis/gapic-generator-python/issues/1939 is fixed
ignore:get_mtls_endpoint_and_cert_source is deprecated.:DeprecationWarning
# Remove warning once https://github.com/grpc/grpc/issues/35974 is fixed
ignore:unclosed:ResourceWarning
ignore:unclosed:ResourceWarning
# Added to suppress "DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html"
# Remove warning once https://github.com/googleapis/python-pubsub/issues/1187 is fixed.
ignore::DeprecationWarning