Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 934078 - 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'
Summary: x11-wm/qtile-0.25.0 fails tests: AssertionError: assert '\nfrom libqtile.conf...
Status: CONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Michał Górny
URL:
Whiteboard:
Keywords: TESTFAILURE
Depends on:
Blocks:
 
Reported: 2024-06-12 00:14 UTC by matoro
Modified: 2024-06-14 16:52 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
build.log and emerge --info (file_934078.txt,289.88 KB, text/plain)
2024-06-12 00:14 UTC, matoro
Details

Note You need to log in before you can comment on or make changes to this bug.
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?