From eefd1e68c2754ba8ae8470d22fcaab436cbcb25f Mon Sep 17 00:00:00 2001 From: Daniel Sanche Date: Fri, 9 Jan 2026 16:00:35 -0800 Subject: [PATCH] chore: update ignored warnings --- pytest.ini | 1 + 1 file changed, 1 insertion(+) 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