https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/ Issue: dev-python/stapler-1.0.0_p20220330 fails tests. Discovered on: amd64 (internal ref: ci)
Created attachment 794372 [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: FAILED (errors=1) ImportError: Failed to import test module: staplelib.tests ModuleNotFoundError: No module named 'PyPDF2.pdf'
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6721ee59e517aa7ce0d647d575be26e9a43baeb7 commit 6721ee59e517aa7ce0d647d575be26e9a43baeb7 Author: Ben Kohler <bkohler@gentoo.org> AuthorDate: 2022-07-25 19:50:25 +0000 Commit: Ben Kohler <bkohler@gentoo.org> CommitDate: 2022-07-25 20:54:41 +0000 dev-python/stapler: add missing test dep Closes: https://bugs.gentoo.org/861053 Signed-off-by: Ben Kohler <bkohler@gentoo.org> dev-python/stapler/stapler-1.0.0_p20220330.ebuild | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-)
d_e_t unittest and such should do BDEPEND="test? ( ${RDEPEND} )" for you, I think there's something more to this, see bug 861128