Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 830519 - [guru] dev-python/python-octaviaclient-2.4.0 fails tests: ModuleNotFoundError: No module named hacking
Summary: [guru] dev-python/python-octaviaclient-2.4.0 fails tests: ModuleNotFoundError...
Status: RESOLVED FIXED
Alias: None
Product: GURU
Classification: Unclassified
Component: Package issues (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Alessandro Barbieri
URL:
Whiteboard:
Keywords: TESTFAILURE
Depends on:
Blocks:
 
Reported: 2022-01-03 09:29 UTC by Agostino Sarubbo
Modified: 2022-03-12 09:11 UTC (History)
2 users (show)

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


Attachments
build.log (build.log,69.89 KB, text/plain)
2022-01-03 09:29 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 2022-01-03 09:29:46 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: dev-python/python-octaviaclient-2.4.0 fails tests.
Discovered on: amd64 (internal ref: guru_ci)
Comment 1 Agostino Sarubbo gentoo-dev 2022-01-03 09:29:48 UTC
Created attachment 761186 [details]
build.log

build log and emerge --info
Comment 2 Alessandro Barbieri 2022-03-12 02:52:10 UTC
hacking was removed but I can't restore it because it depend on old flake8
Comment 3 Larry the Git Cow gentoo-dev 2022-03-12 09:10:31 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=52759b13b4acc7275afecd00e2255e92c440af1e

commit 52759b13b4acc7275afecd00e2255e92c440af1e
Author:     Arthur Zamarin <arthurzam@gentoo.org>
AuthorDate: 2022-03-12 09:09:44 +0000
Commit:     Arthur Zamarin <arthurzam@gentoo.org>
CommitDate: 2022-03-12 09:09:44 +0000

    dev-python/python-octaviaclient: fix missing hacking
    
    Closes: https://bugs.gentoo.org/830519
    Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>

 dev-python/python-octaviaclient/python-octaviaclient-2.5.0.ebuild | 4 ++++
 1 file changed, 4 insertions(+)
Comment 4 Arthur Zamarin archtester Gentoo Infrastructure gentoo-dev Security 2022-03-12 09:10:59 UTC
(In reply to Alessandro Barbieri from comment #2)
> hacking was removed but I can't restore it because it depend on old flake8

From *fast* scan of this package, it looks like hacking is a test only dep for a single file. Therefore you can ignore that file (like I did in this commit), or do `rm [file]` during src_prepare.

This sometimes happen, that we disable some tests that depend on packages we don't want, or needs net connection for small part, or other reasons.