Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 732832 - dev-python/uncertainties fails tests
Summary: dev-python/uncertainties fails tests
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Science Related Packages
URL:
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks:
 
Reported: 2020-07-16 05:59 UTC by Agostino Sarubbo
Modified: 2020-11-11 21:26 UTC (History)
0 users

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


Attachments
build.log (build.log,13.36 KB, text/plain)
2020-07-16 05:59 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-07-16 05:59:36 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: dev-python/uncertainties fails tests.
Discovered on: amd64 (internal ref: ci)
Comment 1 Agostino Sarubbo gentoo-dev 2020-07-16 05:59:41 UTC
Created attachment 649410 [details]
build.log

build log and emerge --info
Comment 2 Han Mertens 2020-11-09 18:45:11 UTC
The error "ModuleNotFoundError (No module named 'past')" happens when dev-python/future is not installed. It is a dependency of dev-python/uncertainties (see https://github.com/lebigot/uncertainties/blob/3.1.4/setup.py#L336) but not listed as such in the ebuild, so I think it should be added to (R)DEPEND.
Comment 3 Larry the Git Cow gentoo-dev 2020-11-11 21:26:58 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f569f59422f100a5bd34cae4b85b2b7d8270ecc

commit 1f569f59422f100a5bd34cae4b85b2b7d8270ecc
Author:     Han Mertens <hanmertens@outlook.com>
AuthorDate: 2020-11-09 20:17:36 +0000
Commit:     Patrice Clement <monsieurp@gentoo.org>
CommitDate: 2020-11-11 21:26:40 +0000

    dev-python/uncertainties: add dev-pytohn/future as dependency.
    
    Closes: https://bugs.gentoo.org/732832
    Signed-off-by: Han Mertens <hanmertens@outlook.com>
    Closes: https://github.com/gentoo/gentoo/pull/18204
    Signed-off-by: Patrice Clement <monsieurp@gentoo.org>

 ...nties-3.1.4.ebuild => uncertainties-3.1.4-r1.ebuild} | 17 +++++++----------
 1 file changed, 7 insertions(+), 10 deletions(-)