Pipenv does not sync indexes to lockfile #5508
Labels
Priority: High
This item is high priority and should be resolved quickly.
Type: Bug 🐛
This issue is a bug.
Type: Regression
This issue is a regression of a previous behavior.
Issue description
When specifying an addtitional index as described here,
pipenv install
does 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 --support
from my work PC.The text was updated successfully, but these errors were encountered: