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

Don't override PIP_NO_DEPS by default #3800

Merged
merged 2 commits into from
Jun 19, 2019
Merged

Don't override PIP_NO_DEPS by default #3800

merged 2 commits into from
Jun 19, 2019

Commits on Jun 18, 2019

  1. Don't override PIP_NO_DEPS by default

    - We used to override `PIP_NO_DEPS` by default when handling VCS or file
      dependencies
    - This PR exempts VCS and file dependencies from that rule since we are
      able to resolve them in a pre-lock resolution step
    - Fixes #3763
    
    Signed-off-by: Dan Ryan <dan@danryan.co>
    techalchemy committed Jun 18, 2019
    Configuration menu
    Copy the full SHA
    bd3720d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7a5480e View commit details
    Browse the repository at this point in the history