summaryrefslogtreecommitdiff
path: root/pytest.ini
diff options
context:
space:
mode:
Diffstat (limited to 'pytest.ini')
-rw-r--r--pytest.ini6
1 files changed, 6 insertions, 0 deletions
diff --git a/pytest.ini b/pytest.ini
index 5c4c2095a..2de880eae 100644
--- a/pytest.ini
+++ b/pytest.ini
@@ -64,6 +64,12 @@ qt_log_ignore =
# Seen in Qt 6.6.2 on CI, https://github.com/qutebrowser/qutebrowser/pull/8106#issuecomment-1952320663
^QDBusConnection: couldn't handle call to Notify, no slot matched
^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