diff --git a/pytest.ini b/pytest.ini index d297052..c999401 100644 --- a/pytest.ini +++ b/pytest.ini @@ -11,12 +11,6 @@ filterwarnings = ignore:.*pkg_resources is deprecated as an API:DeprecationWarning # 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 - # Remove after support for Python 3.8 is dropped - ignore:You are using a non-supported Python version \(3\.8:DeprecationWarning - ignore:You are using a non-supported Python version \(3\.8:FutureWarning - # Remove after support for Python 3.9 is dropped: - ignore:You are using a Python version \(3\.9:FutureWarning - ignore:You are using a non-supported Python version \(3\.9:DeprecationWarning - ignore:You are using a non-supported Python version \(3\.9:FutureWarning - # Remove after support for Python 3.10 is dropped - ignore:.*You are using a Python version \(3\.10:FutureWarning + # Remove after support for Python 3.8, 3.9 and/or 3.10+ is dropped + ignore:\s*You are using a (non-supported )?Python version \(?3\.(8|9|1[0-9]+):DeprecationWarning + ignore:\s*You are using a (non-supported )?Python version \(?3\.(8|9|1[0-9]+):FutureWarning