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

Commit 7ab60ba

Browse files
committed
Update pytest.ini
1 parent 52a717f commit 7ab60ba

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

pytest.ini

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,5 @@ filterwarnings =
2424
ignore:The `credentials_file` argument is deprecated because of a potential security risk:DeprecationWarning
2525
ignore:You are using a Python version.*which Google will stop supporting in new releases of google\.api_core.*:FutureWarning
2626
ignore:You are using a non-supported Python version \(([\d\.]+)\)\. Google will not post any further updates to google\.api_core.*:FutureWarning
27-
ignore:You are using a Python version \(([\d\.]+)\) past its end of life\. Google will update google\.api_core.*:FutureWarning
28-
# Remove after support for Python 3.9 is dropped
29-
ignore:You are using a Python version \(3\.9:FutureWarning
30-
# Remove after support for Python 3.9
31-
ignore:You are using a Python version 3.9 past its end of life.*:FutureWarning
32-
# Remove after support for Python 3.10 is dropped
33-
ignore:.*You are using a Python version \(3\.10:FutureWarning
27+
# These don't matter for the purposes of a test.
28+
ignore:You are using a Python version .* past its end of life.*:FutureWarning

0 commit comments

Comments
 (0)