Skip to content
Prev Previous commit
Next Next commit
Update pytest.ini
  • Loading branch information
abbrowne126 committed Oct 28, 2025
commit aac9e7dc37e135133fb2d125698fa3130f1e844c
2 changes: 1 addition & 1 deletion pytest.ini
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ filterwarnings =
# Note that these are used in tests only
ignore:Your config file at [/home/kbuilder/.docker/config.json] contains these credential helper entries:DeprecationWarning
ignore:The `credentials_file` argument is deprecated because of a potential security risk:DeprecationWarning
ignore:You are using a Python version .* past its end of life. Google will update google.api_core with critical bug fixes on a best-effort basis, but not with any other fixes or features. Please upgrade to the latest Python version.*:FutureWarning
ignore:.^You are using a Python version \(([\d\.]+)\) which Google will stop supporting in new releases of google\.api_core once it reaches its end of life \(([\d-]{10})\)\. Please upgrade to the latest Python version, or at least Python ([\d\.]+), to continue receiving updates for google\.api_core past that date\.$:FutureWarning
Loading