diff --git a/pytest.ini b/pytest.ini index 8b9ed195d..560f2c0ab 100644 --- a/pytest.ini +++ b/pytest.ini @@ -76,8 +76,4 @@ xfail_strict = true filterwarnings = error default:Test process .* failed to terminate!:UserWarning - # Python 3.12: https://github.com/jendrikseipp/vulture/issues/314 - ignore:ast\.Str is deprecated and will be removed in Python 3\.14; use ast\.Constant instead:DeprecationWarning:vulture\.core - # Python 3.12: https://github.com/ionelmc/pytest-benchmark/issues/240 - ignore:(datetime\.)?datetime\.utcnow\(\) is deprecated and scheduled for removal in a future version\. Use timezone-aware objects to represent datetimes in UTC. (datetime\.)?datetime\.now\(datetime\.UTC\)\.:DeprecationWarning:pytest_benchmark\.utils faulthandler_timeout = 90