summaryrefslogtreecommitdiff
path: root/pytest.ini
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2020-11-10 18:46:27 +0100
committerFlorian Bruhin <me@the-compiler.org>2020-11-10 18:57:23 +0100
commit3126ce6686137ae7d9e88dfa443692693f2f77d5 (patch)
tree74f9a9e1034fcb7bb4766c07885b00364439236f /pytest.ini
parent43d40a88339c635d2dfeabe598ea941f3ae5c057 (diff)
downloadqutebrowser-3126ce6686137ae7d9e88dfa443692693f2f77d5.tar.gz
qutebrowser-3126ce6686137ae7d9e88dfa443692693f2f77d5.zip
tests: Warn about processes which don't exit cleanly
Diffstat (limited to 'pytest.ini')
-rw-r--r--pytest.ini1
1 files changed, 1 insertions, 0 deletions
diff --git a/pytest.ini b/pytest.ini
index 68c3676c7..f936a02cb 100644
--- a/pytest.ini
+++ b/pytest.ini
@@ -81,4 +81,5 @@ 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