-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Closed
Labels
Type: Enhancement 💡This is a feature or enhancement request.This is a feature or enhancement request.
Description
Pip 10 is changing its default upgrade strategy to "only-if-needed", which isn't the desired behaviour for pipenv's purposes.
In order to retain its current "upgrade everything to the latest version available" behaviour when regenerating the lockfile, pipenv will need to pass --upgrade-strategy=eager when calling pip.
(This issue replaces #418)
Metadata
Metadata
Assignees
Labels
Type: Enhancement 💡This is a feature or enhancement request.This is a feature or enhancement request.