Conversation
dralley
reviewed
Apr 16, 2026
| @@ -7,4 +7,4 @@ declare PROJECT="$1" | |||
| cd "/src/pulp-openapi-generator/$PROJECT-client" | |||
|
|
|||
| # Editable installs are currently broken for the new client | |||
Contributor
There was a problem hiding this comment.
How old is this comment and is it still true?
Contributor
Author
There was a problem hiding this comment.
It is still true, not sure why and the AI did not figure it out either.
dralley
reviewed
Apr 16, 2026
|
|
||
| COPY dev_requirements.txt /dev_requirements.txt | ||
|
|
||
| COPY switch_python /usr/bin/switch_python |
Contributor
There was a problem hiding this comment.
Are we able to replace the python-installation-switching machinery with UV? I know UV is capable of installing and managing different versions, I don't know if the UX it provides would work in our case.
Contributor
There was a problem hiding this comment.
Contributor
Author
There was a problem hiding this comment.
Yes, I can test it out in another PR. One issue I could see is that we use update-alternatives to link the python and python3 to the 3.11 install in the base image,
dralley
approved these changes
Apr 16, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Greatly speeds up the editable installs on compose-up.