summaryrefslogtreecommitdiff
path: root/pytest.ini
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2019-06-18 13:05:46 +0200
committerFlorian Bruhin <me@the-compiler.org>2019-06-18 13:05:46 +0200
commit1f1bd37aa594bec7cfba19f446778fb83d650e15 (patch)
tree7c26ae4796f2171df959b9cc88d1b0d07e4e3e9c /pytest.ini
parent0755fad21bd076227d0c5a50901e69776fb52af5 (diff)
downloadqutebrowser-1f1bd37aa594bec7cfba19f446778fb83d650e15.tar.gz
qutebrowser-1f1bd37aa594bec7cfba19f446778fb83d650e15.zip
Also ignore bogus warning in tests
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 6ea9e5bf1..89562bb1f 100644
--- a/pytest.ini
+++ b/pytest.ini
@@ -67,5 +67,6 @@ qt_log_ignore =
^QBackingStore::endPaint\(\) called with active painter on backingstore paint device
^QPaintDevice: Cannot destroy paint device that is being painted
^DirectWrite: CreateFontFaceFromHDC\(\) failed .*
+ ^Attribute Qt::AA_ShareOpenGLContexts must be set before QCoreApplication is created\.
xfail_strict = true
filterwarnings = error