-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Skip satisfied dependencies during installation
- Skip satisfied dependencies in the environment during install by checking whether the constraint of a specifier is satisfied - If there is no specifier and a dependency is installed, assume it is satisfied - For editable dependencies, if the dependency in the environment is an egg link and points at the same path as the given dep, assume it is satisfied - Fixes #3057 Signed-off-by: Dan Ryan <dan.ryan@canonical.com>
- Loading branch information
1 parent
36a5a7c
commit 2afa6ec
Showing
3 changed files
with
22 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
``pipenv install`` and ``pipenv sync`` will no longer attempt to install satisfied dependencies during installation. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters