diff --git a/pytest.ini b/pytest.ini index 308d1b494..7cd904ecc 100644 --- a/pytest.ini +++ b/pytest.ini @@ -24,3 +24,4 @@ filterwarnings = ignore:.*\'asyncio.iscoroutinefunction\' is deprecated.*:DeprecationWarning ignore:.*\'asyncio.get_event_loop_policy\' is deprecated.*:DeprecationWarning ignore:.*Please upgrade to the latest Python version.*:FutureWarning + ignore:(?s).*using a Python version.*past its end of life.*:FutureWarning