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
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -13,3 +13,5 @@ filterwarnings =
13
13
ignore:get_mtls_endpoint_and_cert_source is deprecated.:DeprecationWarning
14
14
# Remove warning once the minium supported version of google-cloud-logging is 2.x.x
15
15
ignore:.*Create unlinked descriptors is going to go away. Please use get/find descriptors from generated code or query the descriptor_pool.*:DeprecationWarning
16
+
# Remove tests for `credentials_file` once support for `credentials_file` is removed in `google-auth`
17
+
ignore:The `credentials_file` argument is deprecated because of a potential security risk:DeprecationWarning
0 commit comments