Skip to content
This repository was archived by the owner on Feb 26, 2026. It is now read-only.

Commit 599301c

Browse files
committed
Ignore Python 3.8 warnings
1 parent 9621c55 commit 599301c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pytest.ini

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,3 +36,6 @@ filterwarnings =
3636
ignore:The `credentials_file` argument is deprecated:DeprecationWarning
3737
# Remove when load_credentials_from_file method is removed
3838
ignore:The load_credentials_from_file method is deprecated:DeprecationWarning
39+
ignore:.*Please upgrade to the latest Python version.*:FutureWarning
40+
ignore:(?s).*using a Python version.*past its end of life.*:FutureWarning
41+

0 commit comments

Comments
 (0)