forked from jazzband/pip-tools
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Sync: Keep installed deps marked as to_install; Let pip sort it out
Fixes jazzband#896 By including already-installed matching requirements in the to_install set, dependencies of pinned packages will be installed, after potentially being uninstalled, regardless of environment state at time of sync. The already-installed reqs will still not be reinstalled, thanks to pip's own handling. The resulting state is more consistent, predictable, and practical. Modify tests to expect explicit requirements in the to_install set, to match.
- Loading branch information
1 parent
eff8476
commit 0cda3f0
Showing
2 changed files
with
7 additions
and
10 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
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