Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 931291 - dev-python/breathe-4.35.0-r1 fails tests: ModuleNotFoundError: No module named defusedxml
Summary: dev-python/breathe-4.35.0-r1 fails tests: ModuleNotFoundError: No module name...
Status: RESOLVED OBSOLETE
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Python Gentoo Team
URL:
Whiteboard:
Keywords: TESTFAILURE
Depends on: 931580
Blocks:
  Show dependency tree
 
Reported: 2024-05-06 06:54 UTC by Agostino Sarubbo
Modified: 2024-05-11 19:13 UTC (History)
1 user (show)

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


Attachments
build.log (build.log,135.59 KB, text/plain)
2024-05-06 06:54 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-05-06 06:54:51 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: dev-python/breathe-4.35.0-r1 fails tests.
Discovered on: amd64 (internal ref: lto_tinderbox)
System: LTO-SYSTEM (https://wiki.gentoo.org/wiki/Project:Tinderbox/Common_Issues_Helper#LTO)

Info about the issue:
https://wiki.gentoo.org/wiki/Project:Tinderbox/Common_Issues_Helper#CF0015
Comment 1 Agostino Sarubbo gentoo-dev 2024-05-06 06:54:52 UTC
Created attachment 892336 [details]
build.log

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


E   ModuleNotFoundError: No module named 'defusedxml'
ERROR setuptools_scm._file_finders.git listing git files failed - pretending there aren't any
ERROR tests/test_renderer.py
Comment 3 Larry the Git Cow gentoo-dev 2024-05-08 08:51:20 UTC
The bug has been closed via the following commit(s):

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

commit 34c0279919759570941b74fa9a2a7fbbf5e6fba7
Author:     Michał Górny <mgorny@gentoo.org>
AuthorDate: 2024-05-08 08:46:56 +0000
Commit:     Michał Górny <mgorny@gentoo.org>
CommitDate: 2024-05-08 08:46:56 +0000

    dev-python/breathe: Add dev-python/defusedxml indirect test dep
    
    Closes: https://bugs.gentoo.org/931291
    Signed-off-by: Michał Górny <mgorny@gentoo.org>

 dev-python/breathe/breathe-4.35.0-r1.ebuild | 6 ++++++
 1 file changed, 6 insertions(+)
Comment 4 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2024-05-08 12:16:25 UTC
Reverted.  We need a better solution.
Comment 5 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2024-05-11 19:13:19 UTC
Fixed in dev-python/sphinx, this package doesn't actually need defusedxml for testing.