From 11d03d525272a3b011c67d48bf522a8e716f0609 Mon Sep 17 00:00:00 2001 From: Anthonios Partheniou Date: Thu, 22 Jan 2026 14:05:35 -0500 Subject: [PATCH] tests: filter warnings related to deprecated python versions --- pytest.ini | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pytest.ini b/pytest.ini index 2cae0d6..b0314b3 100644 --- a/pytest.ini +++ b/pytest.ini @@ -4,3 +4,5 @@ filterwarnings = error # Remove after support for Python 3.7 is dropped ignore:After January 1, 2024, new releases of this library will drop support for Python 3.7:DeprecationWarning + ignore:.*Please upgrade to the latest Python version.*:FutureWarning + ignore:(?s).*using a Python version.*past its end of life.*:FutureWarning