summaryrefslogtreecommitdiff
path: root/www-client/qutebrowser/files/qutebrowser-3.0.0-tests-qt653.patch
diff options
context:
space:
mode:
Diffstat (limited to 'www-client/qutebrowser/files/qutebrowser-3.0.0-tests-qt653.patch')
-rw-r--r--www-client/qutebrowser/files/qutebrowser-3.0.0-tests-qt653.patch10
1 files changed, 6 insertions, 4 deletions
diff --git a/www-client/qutebrowser/files/qutebrowser-3.0.0-tests-qt653.patch b/www-client/qutebrowser/files/qutebrowser-3.0.0-tests-qt653.patch
index e6d1185202cd..107a50f2b07a 100644
--- a/www-client/qutebrowser/files/qutebrowser-3.0.0-tests-qt653.patch
+++ b/www-client/qutebrowser/files/qutebrowser-3.0.0-tests-qt653.patch
@@ -1,10 +1,12 @@
-Qt6.5.3+ emits new warnings and causes tests to be aborted even if did
-not really fail. May(?) indicate that something needs to be done better
-in PyQt6 or qutebrowser, but let's just ignore it here for now.
+Qt6.5.3(?)+6.6.0-rc emits new warnings and causes tests to be
+aborted even if did not really fail. Should be fixed[1] in 6.6.0
+final and cleanable later.
+
+[1] https://bugreports.qt.io/browse/QTBUG-117200
--- a/pytest.ini
+++ b/pytest.ini
@@ -61,2 +61,4 @@
^QBackingStore::endPaint\(\) called with active painter; did you forget to destroy it or call QPainter::end\(\) on it\?$
-+ # ...and Qt 6.5.3
++ # ...and Qt 6.5.3+
+ ^QItemSelectionModel: Selecting when no model has been set will result in a no-op\.
xfail_strict = true