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

Conversation

techalchemy
Copy link
Member

Signed-off-by: Dan Ryan dan@danryan.co

- 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 techalchemy merged commit d99125f into master Jun 19, 2019
@techalchemy techalchemy deleted the bugfix/3763 branch June 19, 2019 18:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Pipenv universally removes --no-deps option to pip installs when VCS Dependancies are used
1 participant