Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 918079 - dev-python/virtualenv-clone: arm64 keywordreq
Summary: dev-python/virtualenv-clone: arm64 keywordreq
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Keywording (show other bugs)
Hardware: All Linux
: Normal enhancement (vote)
Assignee: Python Gentoo Team
URL:
Whiteboard:
Keywords: CC-ARCHES, PullRequest
Depends on:
Blocks: 917900
  Show dependency tree
 
Reported: 2023-11-23 16:30 UTC by Michał Górny
Modified: 2024-01-21 17:17 UTC (History)
1 user (show)

See Also:
Package list:
dev-python/virtualenv-clone ~arm64
Runtime testing required: ---
nattka: sanity-check+


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2023-11-23 16:30:08 UTC
Please keyword
Comment 1 matoro archtester 2023-12-06 19:57:40 UTC
Broken if no python <3.11 is installed

https://github.com/edwardgeorge/virtualenv-clone/blob/master/tests/__init__.py#L11

tests/test_virtualenv_sys.py:20: AssertionError                                    
------------------------------------------------ Captured stdout call ------------------------------------------------                                                 
RuntimeError: failed to find interpreter for Builtin discover of python_spec='python2.7'                                                                               
RuntimeError: failed to find interpreter for Builtin discover of python_spec='python3.4'                                                                               
RuntimeError: failed to find interpreter for Builtin discover of python_spec='python3.5'                                                                               
RuntimeError: failed to find interpreter for Builtin discover of python_spec='python3.6'                                                                               
RuntimeError: failed to find interpreter for Builtin discover of python_spec='python3.7'                                                                               
RuntimeError: failed to find interpreter for Builtin discover of python_spec='python3.8'                                                                               
RuntimeError: failed to find interpreter for Builtin discover of python_spec='python3.9'                                                                               
RuntimeError: failed to find interpreter for Builtin discover of python_spec='python3.10'                                                                              
============================================== short test summary info ===============================================                                                 
FAILED tests/test_virtualenv_sys.py::TestVirtualenvSys::test_clone_syspath - AssertionError: All versions were skipped.
FAILED tests/test_virtualenv_sys.py::TestVirtualenvSys::test_clone_version - AssertionError: All versions were skipped.
FAILED tests/test_virtualenv_sys.py::TestVirtualenvSys::test_virtualenv_syspath - AssertionError: All versions were skipped.
FAILED tests/test_virtualenv_sys.py::TestVirtualenvSys::test_virtualenv_versions - AssertionError: All versions were skipped.
Comment 2 matoro archtester 2023-12-18 23:24:04 UTC
Submitted https://github.com/edwardgeorge/virtualenv-clone/pull/79 upstream
Comment 3 Larry the Git Cow gentoo-dev 2024-01-20 07:09:21 UTC
The bug has been referenced in the following commit(s):

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

commit 122f0d9495cd56b8c63e7ed38e85c7e12e82877f
Author:     Matoro Mahri <matoro_gentoo@matoro.tk>
AuthorDate: 2024-01-19 16:52:53 +0000
Commit:     Michał Górny <mgorny@gentoo.org>
CommitDate: 2024-01-20 07:08:49 +0000

    dev-python/virtualenv-clone: fix tests on python3_{11,12}
    
    See: https://github.com/edwardgeorge/virtualenv-clone/pull/79
    Bug: https://bugs.gentoo.org/918079
    Signed-off-by: Matoro Mahri <matoro_gentoo@matoro.tk>
    Closes: https://github.com/gentoo/gentoo/pull/34903
    Signed-off-by: Michał Górny <mgorny@gentoo.org>

 .../virtualenv-clone-0.5.7-backport-pr79.patch     | 28 ++++++++++++++++++++++
 .../virtualenv-clone/virtualenv-clone-0.5.7.ebuild |  4 +++-
 2 files changed, 31 insertions(+), 1 deletion(-)
Comment 4 matoro archtester 2024-01-21 17:17:59 UTC
arm64 done

all arches done