Skip to content

Commit af76e38

Browse files
authored
fix: Ignore Python37DeprecationWarnings from google.auth (#823)
1 parent c447175 commit af76e38

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
@@ -19,3 +19,5 @@ filterwarnings =
1919
ignore:datetime.datetime.utcnow\(\) is deprecated:DeprecationWarning:tests.unit.test_entries
2020
# Remove once a version of grpcio newer than 1.59.3 is released to PyPI
2121
ignore:datetime.datetime.utcnow\(\) is deprecated:DeprecationWarning:grpc._channel
22+
# Remove after support for Python 3.7 is dropped
23+
ignore:After January 1, 2024, new releases of this library will drop support for Python 3.7:DeprecationWarning

0 commit comments

Comments
 (0)