Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 723626 - dev-python/parameterized fails tests
Summary: dev-python/parameterized fails tests
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Amy Liffey
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 758698
  Show dependency tree
 
Reported: 2020-05-18 07:22 UTC by Agostino Sarubbo
Modified: 2020-12-08 22:46 UTC (History)
0 users

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


Attachments
build.log (build.log,10.04 KB, text/plain)
2020-05-18 07:22 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 2020-05-18 07:22:36 UTC
This is an auto-filed bug because dev-python/parameterized fails tests.
The issue was originally discovered on amd64, but it may be reproducible on other arches as well.
If you think that a different summary clarifies the issue better, feel free to change it.
Attached build log and emerge --info.

NOTE:
If you need further logs, feel free to ask.
Comment 1 Agostino Sarubbo gentoo-dev 2020-05-18 07:22:44 UTC
Created attachment 640002 [details]
build.log

build log and emerge --info
Comment 2 Sergei Trofimovich (RETIRED) gentoo-dev 2020-12-08 22:31:29 UTC
Probably a missing dependency:

"""
  File "/var/tmp/portage/dev-python/parameterized-0.7.4/work/parameterized-0.7.4/parameterized/test.py", line 4, in <module>
    import mock
ModuleNotFoundError: No module named 'mock'
"""

happens on ia64@ as well. Found as part of keywording handling.
Comment 3 Larry the Git Cow gentoo-dev 2020-12-08 22:45:54 UTC
The bug has been closed via the following commit(s):

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

commit 51a71300601fa0246dd4b9493a4f3ddcc4aea6a1
Author:     Matt Turner <mattst88@gentoo.org>
AuthorDate: 2020-12-08 22:43:15 +0000
Commit:     Matt Turner <mattst88@gentoo.org>
CommitDate: 2020-12-08 22:43:36 +0000

    dev-python/parameterized: Add missing dev-python/mock test dep
    
    Closes: https://bugs.gentoo.org/723626
    Signed-off-by: Matt Turner <mattst88@gentoo.org>

 dev-python/parameterized/parameterized-0.7.4.ebuild | 6 ++++++
 1 file changed, 6 insertions(+)
Comment 4 Matt Turner gentoo-dev 2020-12-08 22:46:10 UTC
Yep, thank you both!