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) ========================
I see this too.
Apparently isort is needed?
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(+)