Skip to content

2024.3.0 update regressions #6299

@mcsloe

Description

@mcsloe

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

Metadata

Metadata

Assignees

Labels

PR: awaiting-mergeThe PR related to this issue has been reviewed and is awaiting merge.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions