We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 165d367 commit f0ed940Copy full SHA for f0ed940
pytest.ini
@@ -24,3 +24,4 @@ filterwarnings =
24
ignore:.*\'asyncio.iscoroutinefunction\' is deprecated.*:DeprecationWarning
25
ignore:.*\'asyncio.get_event_loop_policy\' is deprecated.*:DeprecationWarning
26
ignore:.*Please upgrade to the latest Python version.*:FutureWarning
27
+ ignore:(?s).*using a Python version.*past its end of life.*:FutureWarning
0 commit comments