Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 934078

Summary: x11-wm/qtile-0.25.0 fails tests: AssertionError: assert '\nfrom libqtile.config import Match\nimport re\n\nMatch(wm_class=re.compile(r"^(one|two)$"))\n' == '\nimport re\n\nfrom libqtile.config import Match\n\nMatch(wm_class=re.compile(r"^(one|two)$"))\n'
Product: Gentoo Linux Reporter: matoro <matoro_gentoo>
Component: Current packagesAssignee: Michał Górny <mgorny>
Status: CONFIRMED ---    
Severity: normal CC: matoro_gentoo
Priority: Normal Keywords: TESTFAILURE
Version: unspecified   
Hardware: All   
OS: Linux   
See Also: https://bugs.gentoo.org/show_bug.cgi?id=932433
https://github.com/qtile/qtile/issues/4830
https://bugs.gentoo.org/show_bug.cgi?id=931016
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: build.log and emerge --info

Description matoro archtester 2024-06-12 00:14:58 UTC
Created attachment 895645 [details]
build.log and emerge --info

test/migrate/conftest.py:63: AssertionError

>       assert updated == self.test.expected
E       assert '\nfrom libqtile.config import Match\nimport re\n\nMatch(wm_class=re.compile(r"^(one|two)$"))\n' == '\nimport re\n\nfrom libqtile.config import Match\n\nMatch(wm_class=re.compile(r"^(one|two)$"))\n'

======================== 1 failed, 1071 passed, 2 skipped, 21 deselected, 2 xpassed, 266 warnings in 816.46s (0:13:36) ========================
Comment 1 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2024-06-13 04:57:41 UTC
I see this too.
Comment 2 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2024-06-13 05:08:51 UTC
Apparently isort is needed?