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

Relax check_dist_restriction for dry run #11765

Closed
wants to merge 4 commits into from
Closed

Commits on Jan 29, 2023

  1. Relax check_dist_restriction for dry run

    There does not seem to be any reason to require `--only-binary` or
    `--no-deps` in dry run mode. There is also no need to specify
    `--target` in such a situation.
    
    With the new `--report` flag, this makes it possible to use `pip` just
    as a cross-platform dependency resolver.
    tgeng committed Jan 29, 2023
    Configuration menu
    Copy the full SHA
    b22adac View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    245e0ab View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2023

  1. Update src/pip/_internal/cli/cmdoptions.py

    Co-authored-by: Tzu-ping Chung <uranusjr@gmail.com>
    tgeng and uranusjr authored Jan 30, 2023
    Configuration menu
    Copy the full SHA
    ff3f4e1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3686e5f View commit details
    Browse the repository at this point in the history