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, 0 insertions, 10 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
deleted file mode 100644
index e6d1185202cd..000000000000
--- a/www-client/qutebrowser/files/qutebrowser-3.0.0-tests-qt653.patch
+++ /dev/null
@@ -1,10 +0,0 @@
-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.
---- 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
-+ ^QItemSelectionModel: Selecting when no model has been set will result in a no-op\.
- xfail_strict = true