commit:     53f8601834d547432a971062752151b82315ec25
Author:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 12 22:40:55 2024 +0000
Commit:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Wed Nov 13 10:03:31 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=53f86018

www-client/qutebrowser: adjust tests for Qt6.8 in non-live

Should be non-issues.

Technically the resource type one also fails in live, but upstream
already knows that it needs to be updated and it will likely be fixed
soon, leave it out so don't forget to drop it next bump.

Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>

 www-client/qutebrowser/qutebrowser-3.3.1.ebuild | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/www-client/qutebrowser/qutebrowser-3.3.1.ebuild 
b/www-client/qutebrowser/qutebrowser-3.3.1.ebuild
index dcdb1ff65a9a..a85b85cd0134 100644
--- a/www-client/qutebrowser/qutebrowser-3.3.1.ebuild
+++ b/www-client/qutebrowser/qutebrowser-3.3.1.ebuild
@@ -129,6 +129,13 @@ python_test() {
                
tests/unit/commands/test_userscripts.py::test_custom_env\[_POSIXUserscriptRunner\]
                # may fail if chromium version is unrecognized (aka newer 
qtwebengine)
                tests/unit/utils/test_version.py
+               # new type added in (currently prerelease-only) 
PyQt6-WebEngine-6.8,
+               # *should* be safe to ignore until qutebrowser upstream updates 
this
+               # 
https://github.com/qutebrowser/qutebrowser/issues/8069#issuecomment-2439490061
+               
tests/unit/browser/webengine/test_webengineinterceptor.py::test_no_missing_resource_types
+               # upstream is also ignoring this failure w/ Qt6.8 in live for 
now
+               # https://github.com/qutebrowser/qutebrowser/issues/8330
+               
tests/unit/browser/webengine/test_webenginesettings.py::test_existing_dict
        )
 
        local epytestargs=(

Reply via email to