summaryrefslogtreecommitdiff
path: root/pytest.ini
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2018-10-24 09:47:53 +0200
committerFlorian Bruhin <me@the-compiler.org>2018-10-24 10:57:17 +0200
commitd299e48960a8ae608bded9fde504ed3a5994240a (patch)
treec99dc6da6d7d292274516a38b5d7854860e27e75 /pytest.ini
parent1c7667014a36a5e6ea44799fb528aba349e2cc4c (diff)
downloadqutebrowser-d299e48960a8ae608bded9fde504ed3a5994240a.tar.gz
qutebrowser-d299e48960a8ae608bded9fde504ed3a5994240a.zip
Work around pytest-bdd issues
See https://github.com/ionelmc/pytest-benchmark/issues/124 and https://github.com/ionelmc/pytest-benchmark/issues/125
Diffstat (limited to 'pytest.ini')
-rw-r--r--pytest.ini2
1 files changed, 2 insertions, 0 deletions
diff --git a/pytest.ini b/pytest.ini
index 4d45dad5e..c907173e0 100644
--- a/pytest.ini
+++ b/pytest.ini
@@ -69,3 +69,5 @@ filterwarnings =
error
# This happens in many qutebrowser dependencies...
ignore:Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated, and in 3.8 it will stop working:DeprecationWarning
+ # WORKAROUND for https://github.com/ionelmc/pytest-benchmark/issues/124
+ ignore:Node\.warn\(code, message\) form has been deprecated, use Node\.warn\(warning_instance\) instead:pytest.PytestDeprecationWarning