Revert "pytest: Ignore Python 3.12 addDuration warning"

This reverts commit ee40046faf.
This commit is contained in:
Florian Bruhin 2023-04-14 21:02:47 +02:00
parent b169ace4d2
commit 49048489c3
1 changed files with 0 additions and 2 deletions

View File

@ -63,6 +63,4 @@ filterwarnings =
default:Test process .* failed to terminate!:UserWarning
# https://github.com/certifi/python-certifi/issues/170
ignore:path is deprecated\. Use files\(\) instead\. Refer to https.//importlib-resources\.readthedocs\.io/en/latest/using\.html#migrating-from-legacy for migration advice\.:DeprecationWarning:certifi.core
# WORKAROUND for https://github.com/pytest-dev/pytest/issues/10875
ignore:TestResult has no addDuration method:RuntimeWarning:unittest.case
faulthandler_timeout = 90