File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed
Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -13,4 +13,8 @@ filterwarnings =
1313 # Remove warning once https://github.com/googleapis/gapic-generator-python/issues/1939 is fixed
1414 ignore:get_mtls_endpoint_and_cert_source is deprecated.:DeprecationWarning
1515 # Remove warning once https://github.com/grpc/grpc/issues/35974 is fixed
16- ignore:unclosed:ResourceWarning
16+ ignore:unclosed:ResourceWarning
17+ # Added to suppress "DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html"
18+ # Remove once the minimum supported version of googleapis-common-protos is 1.62.0
19+ ignore:.*pkg_resources.declare_namespace:DeprecationWarning
20+ ignore:.*pkg_resources is deprecated as an API:DeprecationWarning
You can’t perform that action at this time.
0 commit comments