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

Avoid errors when running with readonly virtualenvs #4398

Merged
merged 1 commit into from
Feb 18, 2025
Merged

Conversation

ssbarnea
Copy link
Member

@ssbarnea ssbarnea requested a review from a team as a code owner February 18, 2025 14:26
@github-actions github-actions bot added bug dependencies Pull requests that update a dependency file labels Feb 18, 2025
@kysrpex
Copy link

kysrpex commented Feb 18, 2025

The issue also occurs with ansible-compat==25.1.3, the output of pip3 install --user molecule molecule-plugins[podman] ansible-core in the workflow log from ansible/molecule#4937 includes

...
2025-02-18T12:28:10.3702573Z Downloading ansible_compat-25.1.3-py3-none-any.whl (25 kB)
...
2025-02-18T12:28:12.0164182Z Successfully installed ansible-compat-25.1.3 ansible-core-2.18.2 bracex-2.5.post1 click-help-colors-0.9.4 enrich-1.2.7 molecule-25.2.0 molecule-plugins-23.7.0 pluggy-1.5.0 resolvelib-1.0.1 subprocess-tee-0.4.2 wcmatch-10.0
...

and so does the output of pip freeze too.

@ssbarnea ssbarnea enabled auto-merge (squash) February 18, 2025 14:37
@ssbarnea ssbarnea disabled auto-merge February 18, 2025 18:33
@ssbarnea ssbarnea merged commit 946153a into main Feb 18, 2025
23 checks passed
@ssbarnea ssbarnea deleted the fix/ro-venv branch February 18, 2025 18:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug dependencies Pull requests that update a dependency file
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

Runtime.install_collection fails if run from inside a readonly venv
2 participants