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

Commit 8129d48

Browse files
committed
filter warnings for deprecated python versions
1 parent 2eb00fc commit 8129d48

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pytest.ini

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,5 @@ filterwarnings =
1717
ignore:The python-bigquery library will stop supporting Python 3.7 and Python 3.8:PendingDeprecationWarning
1818
# This error is expected for python versions that approach EOL
1919
ignore:.*Please upgrade to the latest Python version.*:FutureWarning
20+
ignore:.*Please upgrade to the latest Python version.*:FutureWarning
21+
ignore:(?s).*using a Python version.*past its end of life.*:FutureWarning

0 commit comments

Comments
 (0)