Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 788280 - dev-util/diff-cover-6.5.0-r1 fails tests
Summary: dev-util/diff-cover-6.5.0-r1 fails tests
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: William Hubbs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-05-05 06:44 UTC by Agostino Sarubbo
Modified: 2024-11-29 21:18 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
build.log (build.log,52.26 KB, text/plain)
2021-05-05 06:44 UTC, Agostino Sarubbo
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Agostino Sarubbo gentoo-dev 2021-05-05 06:44:12 UTC
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.
Comment 1 Agostino Sarubbo gentoo-dev 2021-05-05 06:44:15 UTC
Created attachment 706119 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2021-05-05 06:44:16 UTC
Possible context of error(s):

E   ModuleNotFoundError: No module named 'pylint'
Comment 3 Agostino Sarubbo gentoo-dev 2022-09-03 08:23:51 UTC
tinderbox_musl has reproduced this issue with version 6.5.0-r1 - Updating summary.
Comment 4 Eli Schwartz gentoo-dev 2024-11-29 08:33:36 UTC
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(-)
Comment 5 Larry the Git Cow gentoo-dev 2024-11-29 21:18:23 UTC
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(+)