From ccb6594e07803e00bde48cc2a9bf0233bbabc4ee Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Wed, 8 Feb 2017 00:58:41 +0100 Subject: [PATCH] Ignore QPainter warning in tests This happens on Debian Jessie from time to time. --- pytest.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/pytest.ini b/pytest.ini index 8975d6b84..3e9fa1bf0 100644 --- a/pytest.ini +++ b/pytest.ini @@ -48,4 +48,5 @@ qt_log_ignore = ^load glyph failed ^Error when parsing the netrc file ^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 2 saved states xfail_strict = true