From 4ba0e00bbd2e53646ccf31863b6423de9299a3d2 Mon Sep 17 00:00:00 2001 From: toofar Date: Fri, 6 Sep 2024 18:13:21 +1200 Subject: [PATCH] Ignore no dictionary errors on CI The message is: The following paths were searched for Qt WebEngine dictionaries: /tmp/qutebrowser-basedir-qrhbqblr/data/qtwebengine_dictionaries but could not find it. Spellchecking can not be enabled. Tests are failing on "Logged unexpected errors". --- pytest.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/pytest.ini b/pytest.ini index 6c8d29ff9..3a280e345 100644 --- a/pytest.ini +++ b/pytest.ini @@ -78,6 +78,7 @@ qt_log_ignore = # current text pattern. QItemSelectionModel: Selecting when no model has been set will result in a no-op. ^QSaveFile::commit: File \(.*/test_failing_flush0/foo\) is not open$ + ^The following paths were searched for Qt WebEngine dictionaries:.* xfail_strict = true filterwarnings = error