-
-
Notifications
You must be signed in to change notification settings - Fork 3
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
pip not available error with 2.1.0 #121
Comments
The problem is not with tox-extra itself, is just that you used pip assuming that is installed in tox environments. That should not be a given. If you use pip ensure it is listed as a dependency. deps =
pip Long story: uv default environments do not have pip. python venv environments do "usually" have it (behaviour can be changed with environment variables). |
The issue here the addition of tox-uv requires that all users switch to UV or address CI issues related to pip. This was a breaking change and not noted as such. |
Hello.
We have detected an issue in https://github.com/ansible/event-driven-ansible CI pipelines where we are using tox-extra, after the release of 2.1.0 we have the issues with the missing pip module:
Pinning the version to the previous version, 2.0.2, solves the problem.
The text was updated successfully, but these errors were encountered: