-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Closed
Labels
PR: awaiting-mergeThe PR related to this issue has been reviewed and is awaiting merge.The PR related to this issue has been reviewed and is awaiting merge.
Description
Issue description
We use pipenv here to manage requirements.
I noticed a few issues with the 2024.3.0 release today.
- pipenv update no longer works if Pipfile.lock is missing, returns error “ERROR: Pipfile.lock not found! You need to run $ pipenv lock before you can continue.”
- pipenv update changes Pipfile, adding a new [[source]] section
Expected result
pipenv update works if Pipfile.lock is missing.
Actual result
ERROR: Pipfile.lock not found! You need to run $ pipenv lock before you can continue.
Steps to replicate
delete Pipfile.lock
run pipenv update
GuillermoFarias, qnelo and nav7neeet
Metadata
Metadata
Assignees
Labels
PR: awaiting-mergeThe PR related to this issue has been reviewed and is awaiting merge.The PR related to this issue has been reviewed and is awaiting merge.