You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 9, 2026. It is now read-only.
Copy file name to clipboardExpand all lines: pytest.ini
+5-1Lines changed: 5 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -13,4 +13,8 @@ filterwarnings =
13
13
# Remove warning once https://github.com/googleapis/gapic-generator-python/issues/1939 is fixed
14
14
ignore:get_mtls_endpoint_and_cert_source is deprecated.:DeprecationWarning
15
15
# 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
0 commit comments