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: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Michał Górny
URL:
Whiteboard:
Keywords: PullRequest, TESTFAILURE
Depends on:
Blocks:
 
Reported: 2024-06-12 00:14 UTC by matoro
Modified: 2025-03-08 16:29 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?
Comment 3 Larry the Git Cow gentoo-dev 2025-03-08 16:29:28 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f79a9da0aa1b196bdaeef6a8273357f0a043943

commit 5f79a9da0aa1b196bdaeef6a8273357f0a043943
Author:     Jakov Smolić <jsmolic@gentoo.org>
AuthorDate: 2025-03-08 14:48:21 +0000
Commit:     Michał Górny <mgorny@gentoo.org>
CommitDate: 2025-03-08 16:29:24 +0000

    x11-wm/qtile: Add dev-python/isort to test deps
    
    Closes: https://bugs.gentoo.org/934078
    Bug: https://bugs.gentoo.org/950942
    Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
    Closes: https://github.com/gentoo/gentoo/pull/40960
    Signed-off-by: Michał Górny <mgorny@gentoo.org>

 x11-wm/qtile/qtile-0.30.0.ebuild | 1 +
 x11-wm/qtile/qtile-0.31.0.ebuild | 1 +
 2 files changed, 2 insertions(+)