| Summary: | dev-python/pyproject-api-1.1.2 fails tests | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Agostino Sarubbo <ago> |
| Component: | Current packages | Assignee: | Python Gentoo Team <python> |
| Status: | RESOLVED OBSOLETE | ||
| Severity: | normal | CC: | mgorny |
| Priority: | Normal | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
| Attachments: |
build.log
mgorny.tar.xz |
||
|
Description
Agostino Sarubbo
2022-12-01 07:08:45 UTC
Created attachment 838643 [details]
build.log
build log and emerge --info
Error(s) that match a know pattern: E TypeError: cannot unpack non-iterable NoneType object FAILED tests/test_fronted.py::test_no_wheel_prepare_metadata_for_build_wheel I can't reproduce, even on fresh stage3. Can you attach the complete contents of ${WORKDIR}?
(In reply to Michał Górny from comment #3) > I can't reproduce, even on fresh stage3. I can't reproduce reliably, but I verified that it does not depends on high jobs, so the following can help: while true ; do EMERGE_DEFAULT_OPTS="" emerge -q1 dev-python/pyproject-api ; test "${?}" != "0" && exit 0 ; done If you still can't hit the failure I can attach $workdir Created attachment 838687 [details]
mgorny.tar.xz
some failures I have collected in a while true
I'm assuming this is solved, given that you haven't updated it for 1.5.0 and it's in ::gentoo for a while. |