Skip to content

Commit fddc91e

Browse files
committed
filter warning
1 parent 79afe8b commit fddc91e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pytest.ini

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,5 @@ filterwarnings =
1313
ignore:get_mtls_endpoint_and_cert_source is deprecated.:DeprecationWarning
1414
# Remove warning once the minium supported version of google-cloud-logging is 2.x.x
1515
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

Comments
 (0)