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

Commit 3ccc703

Browse files
committed
Ignore python3.8 warnings
1 parent f77438b commit 3ccc703

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
@@ -24,3 +24,5 @@ filterwarnings =
2424
ignore:You are using a Python version \(3\.9:FutureWarning
2525
# Remove after support for Python 3.10 is dropped
2626
ignore:.*You are using a Python version \(3\.10:FutureWarning
27+
ignore:.*Please upgrade to the latest Python version.*:FutureWarning
28+
ignore:(?s).*using a Python version.*past its end of life.*:FutureWarning

0 commit comments

Comments
 (0)