summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2023-04-14 21:02:47 +0200
committerFlorian Bruhin <me@the-compiler.org>2023-04-14 21:02:47 +0200
commit49048489c3ac06fc35d72e7b05d63beff2a98566 (patch)
tree8035e71641e8591015f6c212d988cd49fabcb2c1
parentb169ace4d2b31dc7ff691691acdbed565cbd6c39 (diff)
downloadqutebrowser-49048489c3ac06fc35d72e7b05d63beff2a98566.tar.gz
qutebrowser-49048489c3ac06fc35d72e7b05d63beff2a98566.zip
Revert "pytest: Ignore Python 3.12 addDuration warning"
This reverts commit ee40046faf8643046cebf98784d06b9aca671d6b.
-rw-r--r--pytest.ini2
1 files changed, 0 insertions, 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