Skip to content
This repository was archived by the owner on Mar 2, 2026. It is now read-only.

Commit ec7966d

Browse files
committed
ignore warnings
1 parent d464f51 commit ec7966d

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

pytest.ini

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,5 @@ filterwarnings =
1818
ignore:After January 1, 2024, new releases of this library will drop support for Python 3.7:DeprecationWarning
1919
# Remove warning once https://github.com/googleapis/gapic-generator-python/issues/1939 is fixed
2020
ignore:get_mtls_endpoint_and_cert_source is deprecated.:DeprecationWarning
21+
# Remove once credential file support is removed
22+
ignore:.*The \`credentials_file\` argument is deprecated.*:DeprecationWarning

0 commit comments

Comments
 (0)