summaryrefslogtreecommitdiff
path: root/pytest.ini
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2022-10-31 08:19:25 +0100
committerFlorian Bruhin <me@the-compiler.org>2022-10-31 08:19:25 +0100
commitbc225557a5d7f266a4783c13cb3cd0aad09219bf (patch)
tree584c714c23f227e9c2edbc50a2616279f096e631 /pytest.ini
parent1dc5b97547ea7c4f73c0e33adbdae3d7554201bc (diff)
downloadqutebrowser-bc225557a5d7f266a4783c13cb3cd0aad09219bf.tar.gz
qutebrowser-bc225557a5d7f266a4783c13cb3cd0aad09219bf.zip
Adjust warnings and changelog URLs for new pytest
Diffstat (limited to 'pytest.ini')
-rw-r--r--pytest.ini4
1 files changed, 4 insertions, 0 deletions
diff --git a/pytest.ini b/pytest.ini
index d32746281..50682a2cc 100644
--- a/pytest.ini
+++ b/pytest.ini
@@ -91,4 +91,8 @@ filterwarnings =
# 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-bdd/issues/568
+ ignore:The hookimpl pytest_.* uses old-style configuration options:pytest.PytestDeprecationWarning:pytest_bdd\.plugin
+ # 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