Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 728778 - dev-python/six-1.14.0 pypy3 testfailure
Summary: dev-python/six-1.14.0 pypy3 testfailure
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Python Gentoo Team
URL:
Whiteboard:
Keywords: TESTFAILURE
Depends on:
Blocks:
 
Reported: 2020-06-19 14:27 UTC by Jannik Glückert
Modified: 2021-05-05 17:05 UTC (History)
1 user (show)

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


Attachments
build.log (six-1.14.0-build.log,52.49 KB, text/plain)
2020-06-19 14:27 UTC, Jannik Glückert
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jannik Glückert 2020-06-19 14:27:20 UTC
Created attachment 645258 [details]
build.log

The test test_move_items[dbm_ndbm] fails with pypy3, passes with python3.7
The error is: ImportError: Cannot find dbm library

If I understood correctly that test is related to berkdb - I had sys-libs/db uninstalled. With sys-libs/db installed this test passes for pypy3

Note that the test is not skipped in python3.7 when db is not installed, it runs and passes
Comment 1 Larry the Git Cow gentoo-dev 2021-05-05 17:05:54 UTC
The bug has been closed via the following commit(s):

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

commit 324f54f3e307064d2081387870a112eb16b7ab41
Author:     Michał Górny <mgorny@gentoo.org>
AuthorDate: 2021-05-05 13:48:01 +0000
Commit:     Michał Górny <mgorny@gentoo.org>
CommitDate: 2021-05-05 17:05:38 +0000

    dev-python/six: Deselect failing pypy3 test
    
    Closes: https://bugs.gentoo.org/728778
    Signed-off-by: Michał Górny <mgorny@gentoo.org>

 dev-python/six/six-1.15.0-r1.ebuild | 9 +++++++++
 1 file changed, 9 insertions(+)