Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 765196 - dev-python/tld-0.12.5 fails tests
Summary: dev-python/tld-0.12.5 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: Bernard Cafarelli
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-01-13 08:10 UTC by Agostino Sarubbo
Modified: 2021-01-23 09:29 UTC (History)
1 user (show)

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


Attachments
build.log (build.log,19.04 KB, text/plain)
2021-01-13 08:10 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-01-13 08:10:51 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: dev-python/tld-0.12.5 fails tests.
Discovered on: amd64 (internal ref: ci)
Comment 1 Agostino Sarubbo gentoo-dev 2021-01-13 08:10:53 UTC
Created attachment 682633 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2021-01-13 08:10:54 UTC
Possible context of error(s):

error: Command '['/usr/bin/python3.7', '-m', 'pip', '--disable-pip-version-check', 'wheel', '--no-deps', '-w', '/var/tmp/portage/dev-python/tld-0.12.5/temp/tmp3dck2o46', '--quiet', 'pytest']' returned non-zero exit status 1.
Comment 3 Bernard Cafarelli gentoo-dev 2021-01-23 09:28:08 UTC
OK I let setup.py to run tests, but it is actually a pytest env.
With pytest-cov added it passes and does not need tox, updating ebuild
Comment 4 Larry the Git Cow gentoo-dev 2021-01-23 09:29:24 UTC
The bug has been closed via the following commit(s):

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

commit ee994841bd40d0977ca6cd4db069221cbaad564b
Author:     Bernard Cafarelli <voyageur@gentoo.org>
AuthorDate: 2021-01-23 09:28:49 +0000
Commit:     Bernard Cafarelli <voyageur@gentoo.org>
CommitDate: 2021-01-23 09:28:49 +0000

    dev-python/tld: use pytest for tests
    
    Closes: https://bugs.gentoo.org/765196
    Package-Manager: Portage-3.0.14, Repoman-3.0.2
    Signed-off-by: Bernard Cafarelli <voyageur@gentoo.org>

 dev-python/tld/tld-0.12.5.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)