poetry install
gets stuck indefinitely if the same private repository (Google Artifac Registry) is configured as extra-index-url in pip.conf
#7144
Labels
status/duplicate
Duplicate issues
-vvv
option) and have included the output below.Issue
Hi,
I have noticed a strange behaviour when configuring Google Artifact Registry with python repository:
When the repository is configured in
pyproject.toml
and is not configured inpip.conf
, everything works fine.poetry install
works in reasonable time.However, when the repository is configured in
pyproject.toml
and also inpip.conf
:then
poetry install
never gets finished. There are no errors, just the command never completes.I've tried clearing poetry and pip cache, but nothing helps. Configuring extra-index-url of this repo in
pip.conf
causespoetry install
to never complete.The text was updated successfully, but these errors were encountered: