You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(pypi): pip.defaults API for customizing repo selection 2/n (#2988)
WIP: stacked on #2987
This is adding `constraint_values` attribute to `pip.configure` and is
threading it all the way down to the generation of `BUILD.bazel` file of
for
config settings used in the hub repository.
Out of scope:
- Passing `flag_values` or target settings. I am torn about it - doing
it in
this PR would flesh out the design more, but at the same time it might
become
harder to review.
- `whl_target_platforms` and `select_whls` is still unchanged, not sure
if it
is related to this attribute addition.
Work towards #2747
Work towards #2548
Work towards #260
---------
Co-authored-by: Richard Levasseur <[email protected]>
0 commit comments