-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Description
-
I am on the latest Poetry version.
-
I have searched the issues of this repo and believe that this is not a duplicate.
-
If an exception occurs when executing a command, I executed it again in debug mode (
-vvvoption). -
OS version and name: Mac OS 12.0.1
-
Poetry version: 1.1.12
-
Link of a Gist with the contents of your pyproject.toml file: https://github.com/anth2o/poetry_slow_additional_source
Issue
Hello, poetry lock is much slower in my project when I add internal pypi repositories as additional sources. My issue is strongly related to this one, but the main difference with mine is that I set the secondary = True for the additional repo.
I would have expected this secondary repo to be ignored when a dependency was found in the main Pypi because of the secondary = True.
This repo gives a reproducible example of my issue