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

Commit 52a717f

Browse files
committed
Update pytest.ini
1 parent 8d5367b commit 52a717f

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
@@ -27,5 +27,7 @@ filterwarnings =
2727
ignore:You are using a Python version \(([\d\.]+)\) past its end of life\. Google will update google\.api_core.*:FutureWarning
2828
# Remove after support for Python 3.9 is dropped
2929
ignore:You are using a Python version \(3\.9:FutureWarning
30+
# Remove after support for Python 3.9
31+
ignore:You are using a Python version 3.9 past its end of life.*:FutureWarning
3032
# Remove after support for Python 3.10 is dropped
3133
ignore:.*You are using a Python version \(3\.10:FutureWarning

0 commit comments

Comments
 (0)