mirror of
https://github.com/kennethreitz/pipenv.git
synced 2026-06-21 15:20:59 +00:00
bd3720d3b1
- 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>
2 lines
140 B
ReStructuredText
2 lines
140 B
ReStructuredText
Pipenv will no longer forcibly override ``PIP_NO_DEPS`` on all vcs and file dependencies as resolution happens on these in a pre-lock step.
|