Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 910692 - dev-python/poetry-1.5.1 fails tests: ModuleNotFoundError: No module named lockfile
Summary: dev-python/poetry-1.5.1 fails tests: ModuleNotFoundError: No module named loc...
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: TESTFAILURE
Depends on:
Blocks:
 
Reported: 2023-07-22 14:58 UTC by Agostino Sarubbo
Modified: 2023-07-28 06:13 UTC (History)
2 users (show)

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


Attachments
build.log (build.log,62.75 KB, text/plain)
2023-07-22 14:58 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-22 14:58:41 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: dev-python/poetry-1.5.1 fails tests.
Discovered on: amd64 (internal ref: ci)
Comment 1 Agostino Sarubbo gentoo-dev 2023-07-22 14:58:45 UTC
I'm unable to CC the author of the commit (d706cc721af59b0fa114e953c42cdc7782dec1a8) because the author's email is not registered to this bugzilla
Comment 2 Agostino Sarubbo gentoo-dev 2023-07-22 14:58:46 UTC
Created attachment 865963 [details]
build.log

build log and emerge --info
Comment 3 Jan Breig 2023-07-27 16:33:42 UTC
This also occurs when running poetry without dev-python/lockfile being installed. That's because `dev-python/lockfile` is required as runtime dependency of poetry 1.5.1 but not included in the ebuild.
Comment 4 Larry the Git Cow gentoo-dev 2023-07-28 06:13:23 UTC
The bug has been closed via the following commit(s):

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

commit 640cd42db668b655e0a8ae6efcfb1dad99a1dd55
Author:     Michał Górny <mgorny@gentoo.org>
AuthorDate: 2023-07-28 06:08:18 +0000
Commit:     Michał Górny <mgorny@gentoo.org>
CommitDate: 2023-07-28 06:08:29 +0000

    dev-python/poetry: Correct dependencies
    
    Closes: https://bugs.gentoo.org/910692
    Signed-off-by: Michał Górny <mgorny@gentoo.org>

 .../poetry/{poetry-1.5.1.ebuild => poetry-1.5.1-r1.ebuild}    | 11 ++++++++---
 1 file changed, 8 insertions(+), 3 deletions(-)