Skip to content

Commit

Permalink
build: ignore warning from google-auth (#212)
Browse files Browse the repository at this point in the history
  • Loading branch information
parthea authored Nov 30, 2023
1 parent f5e1547 commit 378ebd6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pytest.ini
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,5 @@ filterwarnings =
ignore:distutils Version classes are deprecated:DeprecationWarning
# Remove once release PR https://github.com/googleapis/python-api-core/pull/555 is merged
ignore:datetime.datetime.utcnow\(\) is deprecated:DeprecationWarning:google.api_core.datetime_helpers
# Remove once release PR https://github.com/googleapis/google-auth-library-python/pull/1416 is merged
ignore:datetime.datetime.utcnow\(\) is deprecated:DeprecationWarning:google.auth._helpers

0 comments on commit 378ebd6

Please sign in to comment.