Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 723574 - dev-python/sh fails tests: No module named 'coverage'
Summary: dev-python/sh fails tests: No module named 'coverage'
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Patrick McLean
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-05-18 06:55 UTC by Agostino Sarubbo
Modified: 2020-09-13 19:22 UTC (History)
0 users

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


Attachments
build.log (build.log,8.12 KB, text/plain)
2020-05-18 06:55 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 2020-05-18 06:55:37 UTC
This is an auto-filed bug because dev-python/sh fails tests.
The issue was originally discovered on amd64, but it may be reproducible on other arches as well.
If you think that a different summary clarifies the issue better, feel free to change it.
Attached build log and emerge --info.

NOTE:
If you need further logs, feel free to ask.
Comment 1 Agostino Sarubbo gentoo-dev 2020-05-18 06:55:46 UTC
Created attachment 639948 [details]
build.log

build log and emerge --info
Comment 2 Larry the Git Cow gentoo-dev 2020-09-13 19:22:16 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=836335ea3c18a800dad5ce8d7a1600bb2547b7b6

commit 836335ea3c18a800dad5ce8d7a1600bb2547b7b6
Author:     Louis Sautier <sbraz@gentoo.org>
AuthorDate: 2020-09-13 18:56:33 +0000
Commit:     Louis Sautier <sbraz@gentoo.org>
CommitDate: 2020-09-13 19:21:27 +0000

    dev-python/sh: bump to 1.14.0, add Python 3.9 support
    
    * Remove explicit setuptools dependency.
    * Coverage isn't required any more since
      https://github.com/amoffat/sh/commit/421b262a054ab4882189ece01043d4d6abfe39af
    * Backport a test fix.
    * Ignore another unreliable test.
    
    Closes: https://bugs.gentoo.org/723574
    Package-Manager: Portage-3.0.6, Repoman-3.0.1
    Signed-off-by: Louis Sautier <sbraz@gentoo.org>

 dev-python/sh/Manifest                             |  1 +
 dev-python/sh/files/sh-1.14.0-fix-sleep-test.patch | 33 ++++++++++++++++++++++
 .../sh/files/sh-1.14.0-skip-unreliable-test.patch  |  8 ++++++
 dev-python/sh/sh-1.14.0.ebuild                     | 27 ++++++++++++++++++
 4 files changed, 69 insertions(+)