Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 807955

Summary: dev-python/tldextract-3.1.0 fails tests
Product: Gentoo Linux Reporter: Agostino Sarubbo <ago>
Component: Current packagesAssignee: Patrick Lauer <patrick>
Status: RESOLVED FIXED    
Severity: normal CC: sbraz
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: build.log

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(-)