Skip to content
Prev Previous commit
Next Next commit
Update pytest.ini
  • Loading branch information
abbrowne126 committed Oct 28, 2025
commit cad0567671f2381d2b859f9d59413a0339ce8d00
2 changes: 1 addition & 1 deletion pytest.ini
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ filterwarnings =
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 \(([\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
ignore:You are using a Python version \(([\d\.]+)\) 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, or at least ([\d\.]+), and then update google\.api_core.:FutureWarning
ignore:You are using a Python version \(([\d\.]+)\) past its end of life\. Google will update ([\w\.]+) with critical bug fixes on a best-effort basis, but not with any other fixes or features\. Please upgrade to the latest Python version, or at least Python ([\d\.]+), and then update google\.api_cor\.:FutureWarning
Loading