https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/ Issue: dev-python/pyproject-hooks-1.1.0 fails tests. Discovered on: amd64 (internal ref: tinderbox_musl) System: MUSL-SYSTEM (https://wiki.gentoo.org/wiki/Project:Tinderbox/Common_Issues_Helper#MUSL) Info about the issue: https://wiki.gentoo.org/wiki/Project:Tinderbox/Common_Issues_Helper#CF0015
Created attachment 897605 [details] build.log build log and emerge --info
Error(s) that match a know pattern in addition to what has been reported in the summary: E AssertionError: assert [] == ['wheel'] ERROR setuptools_scm._file_finders.git listing git files failed - pretending there aren't any FAILED tests/test_call_hooks.py::test_setup_py - AssertionError: assert [] == ['wheel'] tests/test_call_hooks.py::test_setup_py FAILED [15/37]
Good news, upstream CI all fails for the same reason. :)
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e6e9f6e947e193254bf7f99c6d3b83b1985450a2 commit e6e9f6e947e193254bf7f99c6d3b83b1985450a2 Author: Eli Schwartz <eschwartz@gentoo.org> AuthorDate: 2024-07-14 16:50:00 +0000 Commit: Eli Schwartz <eschwartz@gentoo.org> CommitDate: 2024-07-14 16:52:15 +0000 dev-python/pyproject-hooks: deselect test that depends on changed setuptools impl It assumes that setuptools adds a get_requires_for_build_wheel on "wheel", which is no longer true since it internally includes wheel. Bug: https://github.com/pypa/pyproject-hooks/issues/203 Closes: https://bugs.gentoo.org/936052 Signed-off-by: Eli Schwartz <eschwartz@gentoo.org> dev-python/pyproject-hooks/pyproject-hooks-1.1.0.ebuild | 7 +++++++ 1 file changed, 7 insertions(+)