diff options
author | 2023-09-27 13:43:08 -0400 | |
---|---|---|
committer | 2023-09-28 08:31:26 -0400 | |
commit | 3d4e5a52a98d1645cd068761010e3e87da5fb491 (patch) | |
tree | e1bb61f6e7704b5b4d7e2ac72e1accd188e57333 /www-client/qutebrowser | |
parent | dev-qt/qtwebsockets: add 6.5.3 (diff) | |
download | gentoo-3d4e5a52a98d1645cd068761010e3e87da5fb491.tar.gz gentoo-3d4e5a52a98d1645cd068761010e3e87da5fb491.tar.bz2 gentoo-3d4e5a52a98d1645cd068761010e3e87da5fb491.zip |
www-client/qutebrowser: add bug link for qt653 tests patch
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'www-client/qutebrowser')
-rw-r--r-- | www-client/qutebrowser/files/qutebrowser-3.0.0-tests-qt653.patch | 10 |
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 |