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

Commit 1a2a581

Browse files
authored
upgrade pytest.ini ignore criteria
Upgrade some of the regex to capture warnings that pytest can safely ignore.
1 parent 0552885 commit 1a2a581

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
@@ -11,3 +11,6 @@ filterwarnings =
1111
ignore:.*pkg_resources is deprecated as an API:DeprecationWarning
1212
# This error is expected for python versions that approach EOL
1313
ignore:.*Please upgrade to the latest Python version.*:FutureWarning
14+
# Remove after support for Python 3.8, 3.9 and/or 3.10+ is dropped
15+
ignore:\s*You are using a (non-supported )?Python version \(?3\.(8|9|1[0-9]+):DeprecationWarning
16+
ignore:\s*You are using a (non-supported )?Python version \(?3\.(8|9|1[0-9]+):FutureWarning

0 commit comments

Comments
 (0)