Summary: | dev-python/pyproject-hooks-1.1.0 fails tests: FAILED test_call_hooks.py::test_setup_py - AssertionError: assert [] == [wheel] | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Agostino Sarubbo <ago> |
Component: | Current packages | Assignee: | Python Gentoo Team <python> |
Status: | RESOLVED FIXED | ||
Severity: | normal | Keywords: | TESTFAILURE |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
See Also: | https://github.com/pypa/pyproject-hooks/issues/203 | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: | build.log |
Description
Agostino Sarubbo
![]() 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(+) |