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

Commit 378ebd6

Browse files
authored
build: ignore warning from google-auth (#212)
1 parent f5e1547 commit 378ebd6

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
@@ -15,3 +15,5 @@ filterwarnings =
1515
ignore:distutils Version classes are deprecated:DeprecationWarning
1616
# Remove once release PR https://github.com/googleapis/python-api-core/pull/555 is merged
1717
ignore:datetime.datetime.utcnow\(\) is deprecated:DeprecationWarning:google.api_core.datetime_helpers
18+
# Remove once release PR https://github.com/googleapis/google-auth-library-python/pull/1416 is merged
19+
ignore:datetime.datetime.utcnow\(\) is deprecated:DeprecationWarning:google.auth._helpers

0 commit comments

Comments
 (0)