This repository was archived by the owner on Mar 9, 2026. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +2
-7
lines changed
Expand file tree Collapse file tree 1 file changed +2
-7
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments