-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Pipenv does not sync indexes to lockfile #5508
Copy link
Copy link
Closed
Labels
Priority: HighThis item is high priority and should be resolved quickly.This item is high priority and should be resolved quickly.Type: Bug 🐛This issue is a bug.This issue is a bug.Type: RegressionThis issue is a regression of a previous behavior.This issue is a regression of a previous behavior.
Metadata
Metadata
Assignees
Labels
Priority: HighThis item is high priority and should be resolved quickly.This item is high priority and should be resolved quickly.Type: Bug 🐛This issue is a bug.This issue is a bug.Type: RegressionThis issue is a regression of a previous behavior.This issue is a regression of a previous behavior.
Issue description
When specifying an addtitional index as described here,
pipenv installdoes not synchronize the additional index to the lockfile, resulting in the following error:System:
OS: Windows Server 2019
Python: 3.9.1
Pipenv: 2022.11.25
When updating Pipfile.lock manually, everything works as expected.
Expected result
Pipfile.lock:
Actual result
Pipfile.lock:
Steps to replicate
Minimal Pipfile:
Unfortunately I cannot provide
pipenv --supportfrom my work PC.