summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortoofar <toofar@spalge.com>2024-02-20 18:45:33 +1300
committertoofar <toofar@spalge.com>2024-02-20 18:45:33 +1300
commite6a0d2bf2f5b84aa130309bd78e6fd56cd25840d (patch)
treecd111defd6777e14029243636066ef2773f3349c
parent569716bef5c3d508a496ded126cd912387d6b8f3 (diff)
downloadqutebrowser-e6a0d2bf2f5b84aa130309bd78e6fd56cd25840d.tar.gz
qutebrowser-e6a0d2bf2f5b84aa130309bd78e6fd56cd25840d.zip
Ignore new 6.6.2 notifications related error messages
The seem to be non-fatal considering the test scenarios they are coming from are still passing.
-rw-r--r--pytest.ini3
1 files changed, 3 insertions, 0 deletions
diff --git a/pytest.ini b/pytest.ini
index f2f746284..5c4c2095a 100644
--- a/pytest.ini
+++ b/pytest.ini
@@ -61,6 +61,9 @@ qt_log_ignore =
^QBackingStore::endPaint\(\) called with active painter; did you forget to destroy it or call QPainter::end\(\) on it\?$
# Qt 6.5 after system update, from qt-qt.accessibility.atspi
Error in contacting registry: "org\.freedesktop\.DBus\.Error\.Disconnected" "Not connected to D-Bus server"
+ # 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
xfail_strict = true
filterwarnings =
error