From 20a9130ceeedae4fbf52eaa57619151b0e7fc2e4 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Tue, 6 May 2025 14:27:57 +0200 Subject: [PATCH] Ignore a random Qt 5 log message No idea where this came from... --- pytest.ini | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pytest.ini b/pytest.ini index 54df9528c..b7262a227 100644 --- a/pytest.ini +++ b/pytest.ini @@ -89,6 +89,8 @@ qt_log_ignore = ^QRhiGles2: Failed to create (temporary )?context$ ^QVulkanInstance: Failed to initialize Vulkan$ ^Unable to detect GPU vendor\.$ + # Qt 5 on CI with WebKit + ^qglx_findConfig: Failed to finding matching FBConfig for QSurfaceFormat(version 2\.0, options QFlags\(\), depthBufferSize -1, redBufferSize 1, greenBufferSize 1, blueBufferSize 1, alphaBufferSize -1, stencilBufferSize -1, samples -1, swapBehavior QSurfaceFormat::SingleBuffer, swapInterval 1, colorSpace QSurfaceFormat::DefaultColorSpace, profile QSurfaceFormat::NoProfile\)$ xfail_strict = true filterwarnings = error