From 49048489c3ac06fc35d72e7b05d63beff2a98566 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Fri, 14 Apr 2023 21:02:47 +0200 Subject: Revert "pytest: Ignore Python 3.12 addDuration warning" This reverts commit ee40046faf8643046cebf98784d06b9aca671d6b. --- pytest.ini | 2 -- 1 file changed, 2 deletions(-) diff --git a/pytest.ini b/pytest.ini index 7a04a7e32..46a22c5c8 100644 --- a/pytest.ini +++ b/pytest.ini @@ -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 -- cgit v1.2.3-54-g00ecf