summaryrefslogtreecommitdiff
path: root/pytest.ini
diff options
context:
space:
mode:
Diffstat (limited to 'pytest.ini')
-rw-r--r--pytest.ini4
1 files changed, 4 insertions, 0 deletions
diff --git a/pytest.ini b/pytest.ini
index 883e6d936..2de880eae 100644
--- a/pytest.ini
+++ b/pytest.ini
@@ -66,6 +66,10 @@ qt_log_ignore =
^QDBusConnection: couldn't handle call to CloseNotification, no slot matched
# Qt 6.7
^Path override failed for key base::DIR_APP_DICTIONARIES and path '.*/qtwebengine_dictionaries'
+ # Sometime the above message gets printed twice at the same time and the messages get interleaved.
+ # The last part of the outer message gets bumped down to a line on its own, so hopefully this
+ # catches that. And we don't see any other weird permutations of this.
+ ^[^ ]*qtwebengine_dictionaries'$
xfail_strict = true
filterwarnings =
error