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 system install test for pyenv shims #2504

Open
charliermarsh opened this issue Mar 18, 2024 · 4 comments
Open

Add system install test for pyenv shims #2504

charliermarsh opened this issue Mar 18, 2024 · 4 comments
Labels
help wanted Contribution especially encouraged testing Internal testing of behavior

Comments

@charliermarsh
Copy link
Member

No description provided.

@charliermarsh charliermarsh added the testing Internal testing of behavior label Mar 18, 2024
@zanieb
Copy link
Member

zanieb commented Mar 18, 2024

I started looking into this.... we probably want to avoid building from source each time but pyenv does not support linking a system Python version without a plugin (ref pyenv/pyenv#1244).

We might want to:

  1. Create a docker image with some pyenv Python versions prebuilt
  2. Publish to GitHub's image registry (can we easily do this in this repository?)
  3. Use that in the job
  4. Add an optional assertion to our system check script that a given Python version is being used

@CharString

This comment was marked as off-topic.

@zanieb

This comment was marked as off-topic.

@CharString

This comment was marked as off-topic.

@zanieb zanieb added the help wanted Contribution especially encouraged label Jul 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Contribution especially encouraged testing Internal testing of behavior
Projects
None yet
Development

No branches or pull requests

3 participants