Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 720214 - dev-python/mamba has python_test() but reports "0 examples ran in 0.0002 seconds"
Summary: dev-python/mamba has python_test() but reports "0 examples ran in 0.0002 seco...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it
URL:
Whiteboard:
Keywords: PullRequest, TESTFAILURE
Depends on:
Blocks:
 
Reported: 2020-05-01 01:05 UTC by John Helmert III
Modified: 2020-05-04 17:26 UTC (History)
1 user (show)

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


Attachments
log of relevant `ebuild ... test` output (build.log,4.14 KB, text/x-log)
2020-05-01 01:05 UTC, John Helmert III
Details
differences between the github and pypi 0.8.6 tarballs (diff.txt,3.66 KB, text/plain)
2020-05-01 01:37 UTC, John Helmert III
Details

Note You need to log in before you can comment on or make changes to this bug.
Description John Helmert III archtester Gentoo Infrastructure gentoo-dev Security 2020-05-01 01:05:45 UTC
Created attachment 635394 [details]
log of relevant `ebuild ... test` output

build.log from `ebuild ... test` attached
Comment 1 John Helmert III archtester Gentoo Infrastructure gentoo-dev Security 2020-05-01 01:37:18 UTC
Created attachment 635398 [details]
differences between the github and pypi 0.8.6 tarballs
Comment 2 John Helmert III archtester Gentoo Infrastructure gentoo-dev Security 2020-05-01 01:41:13 UTC
It appears the PyPi tarball doesn't include the directory that contains the tests ('spec/' in this case), so this could be solved by changing the SRC_URI to the Github tarball. The differences between the two are mostly limited to that test directory and there is no difference between the main source directory 'mamba/'. Recursive diff output between the 0.8.6 tree from PyPi and Github attached.
Comment 3 Larry the Git Cow gentoo-dev 2020-05-04 17:26:23 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d5095106f6fdfe334dd3ef318e5ec43a511c896

commit 0d5095106f6fdfe334dd3ef318e5ec43a511c896
Author:     John Helmert III <jchelmertt3@gmail.com>
AuthorDate: 2020-05-01 02:38:52 +0000
Commit:     Joonas Niilola <juippis@gentoo.org>
CommitDate: 2020-05-04 17:26:07 +0000

    dev-python/mamba: Fix tests (bug 720214)
    
    Closes: https://bugs.gentoo.org/720214
    Signed-off-by: John Helmert III <jchelmertt3@gmail.com>
    Package-Manager: Portage-2.3.99, Repoman-2.3.22
    Closes: https://github.com/gentoo/gentoo/pull/15587
    Signed-off-by: Joonas Niilola <juippis@gentoo.org>

 dev-python/mamba/Manifest              | 2 +-
 dev-python/mamba/mamba-0.8.6-r1.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)