-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Closed
Labels
PR: awaiting-reviewThe PR related to this issue is awaiting review by a maintainer.The PR related to this issue is awaiting review by a maintainer.Type: Enhancement 💡This is a feature or enhancement request.This is a feature or enhancement request.
Description
When running pipenv install --deploy, it checks the hash in the Pipfile.lock file matches with the packages in the Pipfile. Upon a mismatch, an exception is raised, else it proceeds to install.
NEW FEATURE: It would be very used to have the hash verification step to be a standalone command, which could return an exit code if the hash is verified or not.
User case.
This can come in useful in the CI/CD pipelines, where locking could be performed and committed when the hash is not verified. This could save a significant amount of time to avoid re-locking dependencies, especially when there are many of them.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
PR: awaiting-reviewThe PR related to this issue is awaiting review by a maintainer.The PR related to this issue is awaiting review by a maintainer.Type: Enhancement 💡This is a feature or enhancement request.This is a feature or enhancement request.