Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit8e28dea

Browse files
authored
fix: ignore future warnings on python versions (#1546)
1 parent27ca7e8 commit8e28dea

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

‎pytest.ini‎

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp