Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 946328 - www-misc/urlwatch-2.29 fails tests: ModuleNotFoundError: No module named pycodestyle
Summary: www-misc/urlwatch-2.29 fails tests: ModuleNotFoundError: No module named pyco...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Louis Sautier (sbraz)
URL:
Whiteboard:
Keywords: TESTFAILURE
Depends on:
Blocks:
 
Reported: 2024-12-12 18:32 UTC by Agostino Sarubbo
Modified: 2024-12-13 01:43 UTC (History)
0 users

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


Attachments
build.log (build.log,78.12 KB, text/plain)
2024-12-12 18:32 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-12-12 18:32:16 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: www-misc/urlwatch-2.29 fails tests.
Discovered on: amd64 (internal ref: ci)

Info about the issue:
https://wiki.gentoo.org/wiki/Project:Tinderbox/Common_Issues_Helper#CF0015
Comment 1 Agostino Sarubbo gentoo-dev 2024-12-12 18:32:17 UTC
Created attachment 913878 [details]
build.log

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


E   ModuleNotFoundError: No module named 'pycodestyle'
ERROR lib/urlwatch/tests/test_pep8.py
ERROR setuptools_scm._file_finders.git listing git files failed - pretending there aren't any
Comment 3 Larry the Git Cow gentoo-dev 2024-12-13 01:43:59 UTC
The bug has been closed via the following commit(s):

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

commit e7360bf607ccc2598ae4967ba79a17d40b9ad65f
Author:     Louis Sautier <sbraz@gentoo.org>
AuthorDate: 2024-12-13 01:40:54 +0000
Commit:     Louis Sautier <sbraz@gentoo.org>
CommitDate: 2024-12-13 01:43:29 +0000

    www-misc/urlwatch: fix selectors to skip pycodestyle tests
    
    The test suite has changed since 2.28 and the previous exclusion no
    longer works.
    
    Closes: https://bugs.gentoo.org/946328
    Signed-off-by: Louis Sautier <sbraz@gentoo.org>

 www-misc/urlwatch/urlwatch-2.29.ebuild | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)