tests: Remove warning ignores for fixed issues

This commit is contained in:
Florian Bruhin 2024-05-23 08:12:30 +02:00
parent c0d883849d
commit f1c18360a2
1 changed files with 0 additions and 4 deletions

View File

@ -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