From 3fc545381cbd9a6db69c373bcc9e1aa792699f62 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Sun, 13 Jan 2019 10:38:05 +0100 Subject: [PATCH] Ignore new Qt warning --- pytest.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/pytest.ini b/pytest.ini index c907173e0..c278b0591 100644 --- a/pytest.ini +++ b/pytest.ini @@ -64,6 +64,7 @@ qt_log_ignore = ^QSettings::value: Empty key passed ^Icon theme ".*" not found ^Error receiving trust for a CA certificate + ^QBackingStore::endPaint\(\) called with active painter on backingstore paint device xfail_strict = true filterwarnings = error