summaryrefslogtreecommitdiff
path: root/pytest.ini
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2022-04-26 11:18:57 +0200
committerFlorian Bruhin <me@the-compiler.org>2022-04-26 17:14:38 +0200
commit323b64c669bdddec6aa089f6bb42dfbfd3d6943d (patch)
treea19d645000c71506eaebd6656ad6bfd9a5d90105 /pytest.ini
parentfc57a80ac85e56f24db1667ee8962b28b4d71f48 (diff)
downloadqutebrowser-323b64c669bdddec6aa089f6bb42dfbfd3d6943d.tar.gz
qutebrowser-323b64c669bdddec6aa089f6bb42dfbfd3d6943d.zip
ignore hypothesis warnings
Diffstat (limited to 'pytest.ini')
-rw-r--r--pytest.ini3
1 files changed, 3 insertions, 0 deletions
diff --git a/pytest.ini b/pytest.ini
index ed7052085..d32746281 100644
--- a/pytest.ini
+++ b/pytest.ini
@@ -88,4 +88,7 @@ filterwarnings =
ignore:The distutils\.sysconfig module is deprecated, use sysconfig instead:DeprecationWarning
# 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
faulthandler_timeout = 90