Skip to content

Commit

Permalink
filter upstream warning from gapic-generator-python
Browse files Browse the repository at this point in the history
  • Loading branch information
parthea committed Apr 12, 2024
1 parent e520fa7 commit add6759
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pytest.ini
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,6 @@ filterwarnings =
# Remove once the minimum version of `googleapis-common-protos` in setup.py
# is 1.62.0
ignore:.*pkg_resources.declare_namespace:DeprecationWarning
ignore:.*pkg_resources is deprecated as an API:DeprecationWarning
ignore:.*pkg_resources is deprecated as an API:DeprecationWarning
# Remove warning once https://github.com/googleapis/gapic-generator-python/issues/1939 is fixed
ignore:get_mtls_endpoint_and_cert_source is deprecated.:DeprecationWarning

0 comments on commit add6759

Please sign in to comment.