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

Bug 923232

Summary: dev-python/reno-4.0.0 fails tests: ModuleNotFoundError: No module named fixtures
Product: Gentoo Linux Reporter: Agostino Sarubbo <ago>
Component: Current packagesAssignee: Matthew Thode ( prometheanfire ) <prometheanfire>
Status: RESOLVED FIXED    
Severity: normal CC: python
Priority: Normal Keywords: TESTFAILURE
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: build.log

Description Agostino Sarubbo gentoo-dev 2024-01-29 08:15:19 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: dev-python/reno-4.0.0 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-29 08:15:21 UTC
Created attachment 883528 [details]
build.log

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


FAILED (errors=7)
ImportError: Failed to import test module: reno.tests.test_config
ImportError: Failed to import test module: reno.tests.test_create
ImportError: Failed to import test module: reno.tests.test_exts
ImportError: Failed to import test module: reno.tests.test_formatter
ImportError: Failed to import test module: reno.tests.test_loader
ImportError: Failed to import test module: reno.tests.test_scanner
ImportError: Failed to import test module: reno.tests.test_utils
ModuleNotFoundError: No module named 'fixtures'
Comment 3 Larry the Git Cow gentoo-dev 2024-01-29 10:25:01 UTC
The bug has been closed via the following commit(s):

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

commit 73845677043c6b8c37d1d7a2f328fb61214aa274
Author:     Michał Górny <mgorny@gentoo.org>
AuthorDate: 2024-01-29 10:11:41 +0000
Commit:     Michał Górny <mgorny@gentoo.org>
CommitDate: 2024-01-29 10:24:49 +0000

    dev-python/reno: Add dev-python/fixtures test dep
    
    Closes: https://bugs.gentoo.org/923232
    Signed-off-by: Michał Górny <mgorny@gentoo.org>

 dev-python/reno/reno-4.0.0.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)