File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments