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

Bug 928616

Summary: dev-python/stripe-8.10.0 fails tests: ModuleNotFoundError: No module named mock
Product: Gentoo Linux Reporter: Agostino Sarubbo <ago>
Component: Current packagesAssignee: Python Gentoo Team <python>
Status: RESOLVED FIXED    
Severity: normal CC: mgorny
Priority: Normal Keywords: TESTFAILURE
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: build.log.xz

Description Agostino Sarubbo gentoo-dev 2024-04-05 03:51:39 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: dev-python/stripe-8.10.0 fails tests.
Discovered on: amd64 (internal ref: ci)

Info about the issue:
https://wiki.gentoo.org/wiki/Project:Tinderbox/Common_Issues_Helper#CF0015
Comment 1 Agostino Sarubbo gentoo-dev 2024-04-05 03:51:41 UTC
Created attachment 889486 [details]
build.log.xz

build log and emerge --info (compressed because it exceeds attachment limit, use 'xzless' to read it)
Comment 2 Agostino Sarubbo gentoo-dev 2024-04-05 03:51:42 UTC
Error(s) that match a know pattern in addition to what has been reported in the summary:


E   ModuleNotFoundError: No module named 'aiohttp'
E   ModuleNotFoundError: No module named 'mock'
ERROR tests/test_http_client.py
ERROR tests/test_integration.py
Comment 3 Larry the Git Cow gentoo-dev 2024-04-05 16:12:59 UTC
The bug has been closed via the following commit(s):

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

commit 4a2c110c0489f8ac0dae46a6b6f1a9c6e31fc1f5
Author:     Michał Górny <mgorny@gentoo.org>
AuthorDate: 2024-04-05 16:11:30 +0000
Commit:     Michał Górny <mgorny@gentoo.org>
CommitDate: 2024-04-05 16:12:54 +0000

    dev-python/stripe: Remove the use of dev-python/mock
    
    Closes: https://bugs.gentoo.org/928616
    Signed-off-by: Michał Górny <mgorny@gentoo.org>

 dev-python/stripe/stripe-8.10.0.ebuild | 3 +++
 1 file changed, 3 insertions(+)

Additionally, it has been referenced in the following commit(s):

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

commit 05e5de6ba483ed38a8606393ae3ef342307ab26d
Author:     Michał Górny <mgorny@gentoo.org>
AuthorDate: 2024-04-05 16:09:20 +0000
Commit:     Michał Górny <mgorny@gentoo.org>
CommitDate: 2024-04-05 16:12:53 +0000

    dev-python/stripe: Add dev-python/aiohttp test dep
    
    Bug: https://bugs.gentoo.org/928616
    Signed-off-by: Michał Górny <mgorny@gentoo.org>

 dev-python/stripe/stripe-8.10.0.ebuild | 1 +
 1 file changed, 1 insertion(+)