https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/ Issue: dev-util/diff-cover-5.0.1 fails tests. Discovered on: amd64 (internal ref: ci) NOTE: This machine uses GCC-11: https://gcc.gnu.org/gcc-11/porting_to.html If you think this is a GCC-11 related issue, please block bug 732706.
Created attachment 706119 [details] build.log build log and emerge --info
Possible context of error(s): E ModuleNotFoundError: No module named 'pylint'
tinderbox_musl has reproduced this issue with version 6.5.0-r1 - Updating summary.
commit 3d2dff644a04871130db9d7ecc5da84d4f23c39f Author: Eli Schwartz <eschwartz@gentoo.org> AuthorDate: Wed Nov 13 00:14:44 2024 Commit: Eli Schwartz <eschwartz@gentoo.org> CommitDate: Wed Nov 13 00:20:20 2024 dev-util/diff-cover: fix broken test dependencies It needs the pytest-mock plugin, not the python2 backport for unittest.mock Signed-off-by: Eli Schwartz <eschwartz@gentoo.org> dev-util/diff-cover/diff-cover-6.5.0-r1.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) commit 8c707a5d6acdf250a5eb8b452ce514069c6127b3 Author: Eli Schwartz <eschwartz@gentoo.org> AuthorDate: Thu Nov 14 12:08:03 2024 Commit: Eli Schwartz <eschwartz@gentoo.org> CommitDate: Sun Nov 17 23:14:08 2024 dev-util/diff-cover: further work on testsuite Various missing test dependencies, backported patch to make test fixtures match output for modern versions of lint tools being checked against. Bug: https://github.com/gentoo/gentoo/pull/39262 Signed-off-by: Eli Schwartz <eschwartz@gentoo.org> dev-util/diff-cover/Manifest | 1 + dev-util/diff-cover/diff-cover-6.5.0-r2.ebuild | 14 +++++++++++++- 2 files changed, 14 insertions(+), 1 deletion(-)
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c4de24131b5dd7d2fde65ef5bc1b99394d9438aa commit c4de24131b5dd7d2fde65ef5bc1b99394d9438aa Author: Andrew Udvare <audvare@gmail.com> AuthorDate: 2024-11-10 20:05:10 +0000 Commit: Eli Schwartz <eschwartz@gentoo.org> CommitDate: 2024-11-29 21:12:18 +0000 dev-util/diff-cover: add 9.2.0 Fix testsuite Add python3_12, python3_13 Signed-off-by: Andrew Udvare <audvare@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/39262 Closes: https://bugs.gentoo.org/929534 Closes: https://bugs.gentoo.org/788280 Signed-off-by: Eli Schwartz <eschwartz@gentoo.org> dev-util/diff-cover/Manifest | 1 + dev-util/diff-cover/diff-cover-9.2.0.ebuild | 41 +++++++++++++++++++++++++++++ 2 files changed, 42 insertions(+)