Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 923075 - dev-python/os-client-config-2.1.0-r2 fails tests: ModuleNotFoundError: No module named extras
Summary: dev-python/os-client-config-2.1.0-r2 fails tests: ModuleNotFoundError: No mod...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Matthew Thode ( prometheanfire )
URL:
Whiteboard:
Keywords: TESTFAILURE
Depends on:
Blocks:
 
Reported: 2024-01-28 06:58 UTC by Agostino Sarubbo
Modified: 2024-01-28 19:37 UTC (History)
1 user (show)

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


Attachments
build.log (build.log,100.34 KB, text/plain)
2024-01-28 06:58 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 2024-01-28 06:58:34 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: dev-python/os-client-config-2.1.0-r2 fails tests.
Discovered on: amd64 (internal ref: tinderbox_musl)
System: MUSL-SYSTEM
Info about the system: https://wiki.gentoo.org/wiki/Project:Tinderbox/Common_Issues_Helper#MUSL

Info about the issue:
https://wiki.gentoo.org/wiki/Project:Tinderbox/Common_Issues_Helper#CF0015
Comment 1 Agostino Sarubbo gentoo-dev 2024-01-28 06:58:36 UTC
Created attachment 883345 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2024-01-28 06:58:37 UTC
Error(s) that match a know pattern in addition to what has been reported in the summary:


FAILED (errors=5)
ImportError: Failed to import test module: os_client_config.tests.test_cloud_config
ImportError: Failed to import test module: os_client_config.tests.test_config
ImportError: Failed to import test module: os_client_config.tests.test_environ
ImportError: Failed to import test module: os_client_config.tests.test_import_vendors
ImportError: Failed to import test module: os_client_config.tests.test_init
ModuleNotFoundError: No module named 'extras'
Comment 3 Larry the Git Cow gentoo-dev 2024-01-28 19:37:04 UTC
The bug has been closed via the following commit(s):

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

commit 4948d1f55d3dcdc82e31503a69cad4139a5d4a1b
Author:     Michał Górny <mgorny@gentoo.org>
AuthorDate: 2024-01-28 17:02:52 +0000
Commit:     Michał Górny <mgorny@gentoo.org>
CommitDate: 2024-01-28 19:36:53 +0000

    dev-python/os-client-config: Add test dep on dev-python/extras
    
    Closes: https://bugs.gentoo.org/923075
    Signed-off-by: Michał Górny <mgorny@gentoo.org>

 dev-python/os-client-config/os-client-config-2.1.0-r2.ebuild | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)