summaryrefslogtreecommitdiff
path: root/pytest.ini
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2021-01-11 11:12:53 +0100
committerFlorian Bruhin <me@the-compiler.org>2021-01-11 11:12:53 +0100
commit8760dc1b17dcf06f7253a9ce7ac7a15af0785492 (patch)
tree1e7f77392038a667ff4bbf41819bcbfb2c5ba13b /pytest.ini
parent09d28f54ae275bd40b9cf718933406326d5c6557 (diff)
downloadqutebrowser-8760dc1b17dcf06f7253a9ce7ac7a15af0785492.tar.gz
qutebrowser-8760dc1b17dcf06f7253a9ce7ac7a15af0785492.zip
tests: Disable hypothesis fixture health checks
Diffstat (limited to 'pytest.ini')
-rw-r--r--pytest.ini2
1 files changed, 0 insertions, 2 deletions
diff --git a/pytest.ini b/pytest.ini
index 3705a17ef..73c0d7adf 100644
--- a/pytest.ini
+++ b/pytest.ini
@@ -79,7 +79,5 @@ qt_log_ignore =
xfail_strict = true
filterwarnings =
error
- # See https://github.com/HypothesisWorks/hypothesis/issues/2370
- ignore:.*which is reset between function calls but not between test cases generated by:hypothesis.errors.HypothesisDeprecationWarning
default:Test process .* failed to terminate!:UserWarning
faulthandler_timeout = 90