From 222c51aa6eb503901769048a817781adad649a31 Mon Sep 17 00:00:00 2001 From: cryzed Date: Wed, 8 Nov 2017 16:34:40 +0100 Subject: [PATCH] Ignore additional Qt error messages --- pytest.ini | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pytest.ini b/pytest.ini index 0cc5e49aa..5da383764 100644 --- a/pytest.ini +++ b/pytest.ini @@ -56,4 +56,6 @@ qt_log_ignore = ^QQuickWidget::invalidateRenderControl could not make context current ^libpng warning: iCCP: known incorrect sRGB profile ^inotify_add_watch(".*") failed: "No space left on device" + ^QSettings::value: Empty key passed + ^Icon theme ".*" not found xfail_strict = true