Summary: | sci-electronics/kicad-8.0.6 fails tests: 1 - qa_python (Failed) (/usr/bin/python3.12: No module named pytest) | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Agostino Sarubbo <ago> |
Component: | Current packages | Assignee: | Zoltan Puskas <zoltan> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | kripton, proxy-maint, vowstar, zoltan |
Priority: | Normal | Keywords: | PullRequest, TESTFAILURE |
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
See Also: | https://github.com/gentoo/gentoo/pull/41983 | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: |
build.log.xz
1-LastTest.log |
Description
Agostino Sarubbo
![]() Created attachment 913914 [details]
build.log.xz
build log and emerge --info (compressed because it exceeds attachment limit, use 'xzless' to read it)
Created attachment 913915 [details]
1-LastTest.log
1-LastTest.log
Error(s) that match a know pattern in addition to what has been reported in the summary: 1 - qa_python (Failed) The following tests FAILED: ``` Start testing: Dec 13 14:52 CET ---------------------------------------------------------- 1/8 Testing: qa_python 1/8 Test: qa_python Command: "/usr/bin/python3.12" "-m" "pytest" "/var/tmp/portage/sci-electronics/kicad-8.0.6/work/kicad-8.0.6/qa/tests/pcbnewswig" Directory: /var/tmp/portage/sci-electronics/kicad-8.0.6/work/kicad-8.0.6/qa/tests "qa_python" start time: Dec 13 14:52 CET Output: ---------------------------------------------------------- /usr/bin/python3.12: No module named pytest <end of output> Test time = 0.02 sec ---------------------------------------------------------- Test Failed. "qa_python" end time: Dec 13 14:52 CET "qa_python" time elapsed: 00:00:00 ``` My system has dev-python/pytest installed (pulled in by some other package) so testing never failed. Adding as a dependency for testing flag should fix this. The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ec66aa7718d1e0a08db5fc34e89875517921547 commit 9ec66aa7718d1e0a08db5fc34e89875517921547 Author: Jakov Smolić <jsmolic@gentoo.org> AuthorDate: 2025-05-07 14:16:39 +0000 Commit: Sam James <sam@gentoo.org> CommitDate: 2025-05-11 14:50:05 +0000 sci-electronics/kicad: Add dev-python/pytest as test dependency Closes: https://bugs.gentoo.org/946360 Signed-off-by: Jakov Smolić <jsmolic@gentoo.org> Part-of: https://github.com/gentoo/gentoo/pull/41983 Closes: https://github.com/gentoo/gentoo/pull/41983 Signed-off-by: Sam James <sam@gentoo.org> sci-electronics/kicad/kicad-9.0.0-r1.ebuild | 3 ++- sci-electronics/kicad/kicad-9999.ebuild | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) |