tests: Remove warning ignores for fixed issues
This commit is contained in:
parent
c0d883849d
commit
f1c18360a2
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue