summaryrefslogtreecommitdiff
path: root/pytest.ini
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2020-10-11 16:23:29 +0200
committerFlorian Bruhin <me@the-compiler.org>2020-10-11 16:23:29 +0200
commit2b8b71a82d84e8303494eb4efd9e3b931079bd1f (patch)
tree4463624ec356c6b164a824c388a48b7433bea7be /pytest.ini
parent7d0ed4a68269773e02f0550e491573556ab35ad6 (diff)
downloadqutebrowser-2b8b71a82d84e8303494eb4efd9e3b931079bd1f.tar.gz
qutebrowser-2b8b71a82d84e8303494eb4efd9e3b931079bd1f.zip
tests: Ignore 'could not de-queue request' error globally
See #5787
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 51411e11e..0b4fecf37 100644
--- a/pytest.ini
+++ b/pytest.ini
@@ -76,6 +76,7 @@ qt_log_ignore =
^QPaintDevice: Cannot destroy paint device that is being painted
^DirectWrite: CreateFontFaceFromHDC\(\) failed .*
^Attribute Qt::AA_ShareOpenGLContexts must be set before QCoreApplication is created\.
+ ^QHttpNetworkConnectionPrivate::_q_hostLookupFinished could not de-queue request, failed to report HostNotFoundError
xfail_strict = true
filterwarnings =
error