Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 807955 - dev-python/tldextract-3.1.0 fails tests
Summary: dev-python/tldextract-3.1.0 fails tests
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Patrick Lauer
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-08-13 06:40 UTC by Agostino Sarubbo
Modified: 2021-08-14 21:39 UTC (History)
1 user (show)

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


Attachments
build.log (build.log,50.28 KB, text/plain)
2021-08-13 06:41 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-08-13 06:40:59 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: dev-python/tldextract-3.1.0 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-08-13 06:41:02 UTC
Created attachment 732533 [details]
build.log

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

E   ModuleNotFoundError: No module named 'responses'
ERROR tests/main_test.py - ModuleNotFoundError: No module named 'responses'
ERROR tests/test_parallel.py - ModuleNotFoundError: No module named 'responses'
Comment 3 Larry the Git Cow gentoo-dev 2021-08-14 21:39:30 UTC
The bug has been closed via the following commit(s):

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

commit dca6c70c6faa262732f3398d1eff86ec7c4dc106
Author:     Louis Sautier <sbraz@gentoo.org>
AuthorDate: 2021-08-14 21:38:42 +0000
Commit:     Louis Sautier <sbraz@gentoo.org>
CommitDate: 2021-08-14 21:39:23 +0000

    dev-python/tldextract: add missing test dependency on responses
    
    Closes: https://bugs.gentoo.org/807955
    Signed-off-by: Louis Sautier <sbraz@gentoo.org>

 dev-python/tldextract/tldextract-3.1.0.ebuild | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)