-
-
Notifications
You must be signed in to change notification settings - Fork 611
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
Consider python specific options via --pip-args
#1898
base: main
Are you sure you want to change the base?
Conversation
This allows targeting specific Python versions:
cc: @mitsuhiko |
Looks good, but this will need a test. |
@atugushev This would need merging for the feature worked on in #1998. Could you add a test? |
@chrysle I'm inclined to close this, as is may not work as expected. |
@atugushev Could you elaborate on that? |
@atugushev would love to know more about what you don't think would work as expected. I was looking to build upon this to enable the correct default behaviour of pip-tools when installed by pipx or as a system package etc. |
@atugushev Gentle ping. |
My initial intent was to target a specific Python interpreter. I thought
I know there is a |
It sounds like this approach might be ruled out for the purposes of #1998 then. But just for my own curiosity and perhaps to help others look for this: What difference is there in practice between targeting a specific interpreter vs specifying What is the problem with pip-tools and |
I think @atugushev refers to the problem that we too heavily rely on |
Contributor checklist
Maintainer checklist
backwards incompatible
,feature
,enhancement
,deprecation
,bug
,dependency
,docs
orskip-changelog
as they determine changelog listing.