Skip to content

Commit 8e28dea

Browse files
authored
fix: ignore future warnings on python versions (#1546)
1 parent 27ca7e8 commit 8e28dea

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

pytest.ini

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,7 @@ filterwarnings =
2323
# Remove once we move off credential files https://github.com/googleapis/google-auth-library-python/pull/1812
2424
# Note that these are used in tests only
2525
ignore:Your config file at [/home/kbuilder/.docker/config.json] contains these credential helper entries:DeprecationWarning
26-
ignore:The `credentials_file` argument is deprecated because of a potential security risk:DeprecationWarning
26+
ignore:The `credentials_file` argument is deprecated because of a potential security risk:DeprecationWarning
27+
ignore:You are using a Python version.*which Google will stop supporting in new releases of google\.api_core.*:FutureWarning
28+
ignore:You are using a non-supported Python version \(([\d\.]+)\)\. Google will not post any further updates to google\.api_core.*:FutureWarning
29+
ignore:You are using a Python version \(([\d\.]+)\) past its end of life\. Google will update google\.api_core.*:FutureWarning

0 commit comments

Comments
 (0)