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)
Created attachment 761186 [details] build.log build log and emerge --info
hacking was removed but I can't restore it because it depend on old flake8
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(+)
(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.