Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a pip convenience symlink also for the python 3.9 container #2077

Merged
merged 1 commit into from
Nov 28, 2024

Conversation

dirkmueller
Copy link
Member

the python3.9-pip package does not provide it for historic reasons, and the testsuite expects it to be there (rightfully).

dcermak pushed a commit that referenced this pull request Nov 27, 2024
Copy link

github-actions bot commented Nov 27, 2024

Created a staging project on OBS for 6: home:defolos:BCI:Staging:SLE-15-SP6:6-2077
Changes pushed to branch 6-2077 as commit b30fa39cfe37b67558ef81c7be026c54f396d683
Build succeeded ✅

Build Results

Repository images in home:defolos:BCI:Staging:SLE-15-SP6:6-2077 for x86_64: current state: published
Build results:

package name status build log
sac-python-3.9-image ⛔ excluded live log

Repository images in home:defolos:BCI:Staging:SLE-15-SP6:6-2077 for aarch64: current state: published
Build results:

package name status build log
sac-python-3.9-image ⛔ excluded live log

Repository images in home:defolos:BCI:Staging:SLE-15-SP6:6-2077 for s390x: current state: published
Build results:

package name status build log
sac-python-3.9-image ⛔ excluded live log

Repository images in home:defolos:BCI:Staging:SLE-15-SP6:6-2077 for ppc64le: current state: published
Build results:

package name status build log
sac-python-3.9-image ⛔ excluded live log

Repository containerfile in home:defolos:BCI:Staging:SLE-15-SP6:6-2077 for x86_64: current state: published
Build results:

package name status build log
sac-python-3.9-image ✅ succeeded live log

Repository containerfile in home:defolos:BCI:Staging:SLE-15-SP6:6-2077 for aarch64: current state: published
Build results:

package name status build log
sac-python-3.9-image ✅ succeeded live log

Repository containerfile in home:defolos:BCI:Staging:SLE-15-SP6:6-2077 for s390x: current state: published
Build results:

package name status build log
sac-python-3.9-image ⛔ excluded live log

Repository containerfile in home:defolos:BCI:Staging:SLE-15-SP6:6-2077 for ppc64le: current state: published
Build results:

package name status build log
sac-python-3.9-image ⛔ excluded live log

Build succeeded ✅

To run BCI-tests against this PR, use the following command:

OS_VERSION=15.6 TARGET=custom BASEURL=registry.opensuse.org/home/defolos/bci/staging/sle-15-sp6/6-2077/ tox -- -n auto
The following images can be pulled from the staging project:
  • registry.opensuse.org/home/defolos/bci/staging/sle-15-sp6/6-2077/containerfile/containers/python:3.9

Copy link
Collaborator

@dcermak dcermak left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, just one thing to consider: do we want to convert this script so that it fails once the symlink is in place? Otherwise I'm afraid it'll linger around for all eternity ™️

dcermak pushed a commit that referenced this pull request Nov 28, 2024
dcermak pushed a commit that referenced this pull request Nov 28, 2024
@dirkmueller
Copy link
Member Author

LGTM, just one thing to consider: do we want to convert this script so that it fails once the symlink is in place? Otherwise I'm afraid it'll linger around for all eternity ™️

I don't expect the underlying bug, which is python 3.9 specific, to be fixed as there is an explicit rm on the pip link in the package and no update-alternatives hooks which all the other pip variants have.

the python3.9-pip package does not provide it for historic reasons,
and the testsuite expects it to be there (rightfully).

Co-authored-by: Dan Čermák <[email protected]>
dcermak pushed a commit that referenced this pull request Nov 28, 2024
@dcermak dcermak merged commit 893a154 into main Nov 28, 2024
9 checks passed
@dcermak dcermak deleted the python39_pip branch November 28, 2024 11:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants