From a3a885f053f93b2b84b5188bb90bac83d0215bfb Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Tue, 28 Mar 2017 21:17:59 +0200 Subject: [PATCH] Ignore bogus Qt warning during tests --- pytest.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/pytest.ini b/pytest.ini index bd57e7854..d232716c0 100644 --- a/pytest.ini +++ b/pytest.ini @@ -51,4 +51,5 @@ qt_log_ignore = ^Image of format '' blocked because it is not considered safe. If you are sure it is safe to do so, you can white-list the format by setting the environment variable QTWEBKIT_IMAGEFORMAT_WHITELIST= ^QPainter::end: Painter ended with \d+ saved states ^QSslSocket: cannot resolve SSLv[23]_(client|server)_method + ^QQuickWidget::invalidateRenderControl could not make context current xfail_strict = true