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
Copy file name to clipboardExpand all lines: pytest.ini
+5-1
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