From af40439f4a1a410170a4edf2f5a7b3b66fbcd53c Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Wed, 8 Feb 2017 15:27:45 +0100 Subject: [PATCH] tests: Ignore more QPainter::end warnings --- pytest.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pytest.ini b/pytest.ini index e7583436b..d103cb3b8 100644 --- a/pytest.ini +++ b/pytest.ini @@ -49,5 +49,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 + ^QPainter::end: Painter ended with \d+ saved states xfail_strict = true