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

[DRAFT] disentangle --no-binary #11373

Closed
wants to merge 5 commits into from
Closed

Commits on Aug 12, 2022

  1. Deprecate --install-option

    sbidoul committed Aug 12, 2022
    Configuration menu
    Copy the full SHA
    9888b7a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d551da7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ab8d04e View commit details
    Browse the repository at this point in the history
  4. Pass build_ and global_options to build() in install command

    In itself, this commit does not change pip's behaviour,
    because the presence of --build-option and --global-option imply
    --no-binary :all: which in turn disable wheel building.
    sbidoul committed Aug 12, 2022
    Configuration menu
    Copy the full SHA
    ddd5249 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    22f40f6 View commit details
    Browse the repository at this point in the history