Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 910206 - dev-python/deepdiff-6.3.1 fails tests: ModuleNotFoundError: No module named dateutil
Summary: dev-python/deepdiff-6.3.1 fails tests: ModuleNotFoundError: No module named d...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Python Gentoo Team
URL:
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks:
 
Reported: 2023-07-11 06:40 UTC by Agostino Sarubbo
Modified: 2023-07-11 16:32 UTC (History)
2 users (show)

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


Attachments
build.log (build.log,149.78 KB, text/plain)
2023-07-11 06:40 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 2023-07-11 06:40:36 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: dev-python/deepdiff-6.3.1 fails tests.
Discovered on: amd64 (internal ref: ci)
Comment 1 Agostino Sarubbo gentoo-dev 2023-07-11 06:40:38 UTC
I'm unable to CC the author of the commit (1102dfa6b6de6044bb4d82650e6f1cb27972fd87) because the author's email is not registered to this bugzilla
Comment 2 Agostino Sarubbo gentoo-dev 2023-07-11 06:40:40 UTC
Created attachment 865373 [details]
build.log

build log and emerge --info
Comment 3 Agostino Sarubbo gentoo-dev 2023-07-11 06:40:40 UTC
Error(s) that match a know pattern in addition to what has been reported in the summary:


E       ModuleNotFoundError: No module named 'dateutil'
E       TypeError: Foo() takes no arguments
FAILED tests/test_diff_text.py::TestDeepDiffText::test_diffs_rrules - ModuleN...
FAILED tests/test_diff_text.py::TestDeepDiffText::test_pydantic1 - TypeError:...
FAILED tests/test_diff_text.py::TestDeepDiffText::test_pydantic2 - TypeError:...
Comment 4 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2023-07-11 07:10:22 UTC
Martin, would you like to take a look?  The first failure is kinda obvious (missing python-dateutil dep), the second one is missing pydantic dep, I think.
Comment 5 Larry the Git Cow gentoo-dev 2023-07-11 16:32:55 UTC
The bug has been closed via the following commit(s):

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

commit 4d32c7655107bbdb21024552986bbd413f00fdf8
Author:     Martin Mokry <martin-kokos@protonmail.com>
AuthorDate: 2023-07-11 14:24:55 +0000
Commit:     Michał Górny <mgorny@gentoo.org>
CommitDate: 2023-07-11 16:32:51 +0000

    dev-python/deepdiff: Fix test dependencies
    
    Closes: https://bugs.gentoo.org/910206
    Signed-off-by: Martin Mokry <martin-kokos@protonmail.com>
    Closes: https://github.com/gentoo/gentoo/pull/31840
    Signed-off-by: Michał Górny <mgorny@gentoo.org>

 dev-python/deepdiff/{deepdiff-6.3.1.ebuild => deepdiff-6.3.1-r1.ebuild} | 2 ++
 1 file changed, 2 insertions(+)