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

Always pass the Python implementation to uv's -p argument #143

Merged

Conversation

kurtmckee
Copy link
Contributor

Doing so ensures that uv cannot find an unexpected implementation (like PyPy) that matches based solely on the language version.

Fixes #142

Doing so ensures that uv cannot find an unexpected implementation
(like PyPy) that matches based solely on the language version.

Fixes tox-dev#142
@gaborbernat gaborbernat merged commit 75dcdc1 into tox-dev:main Dec 20, 2024
9 checks passed
@kurtmckee kurtmckee deleted the fix-underspecified-implementation-issue-142 branch December 20, 2024 05:29
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.

tox-uv underspecifies the uv -p option, allowing uv to find PyPy instead of CPython versions
2 participants