summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pytest.ini5
1 files changed, 0 insertions, 5 deletions
diff --git a/pytest.ini b/pytest.ini
index 82f700461..46a22c5c8 100644
--- a/pytest.ini
+++ b/pytest.ini
@@ -63,9 +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
- # https://github.com/HypothesisWorks/hypothesis/issues/3309
- ignore:module 'sre_constants' is deprecated:DeprecationWarning
- ignore:module 'sre_parse' is deprecated:DeprecationWarning
- # https://github.com/pytest-dev/pytest-instafail/pull/26
- ignore:The hookimpl pytest_.* uses old-style configuration options:pytest.PytestDeprecationWarning:pytest_instafail
faulthandler_timeout = 90