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