Open lucemia opened 11 months ago
I'm also experiencing this. I want to add/clarify the following.
Poetry has support for different priorities for additional package sources, see https://python-poetry.org/docs/repositories/#project-configuration
One of those priorities is named explicit
, as used in the example config from OP above.
Poetry documentation states the following:
Explicit sources are considered only for packages that explicitly indicate their source.
Despite this dependabot is indeed checking for each (pypi public) package some information on the private package source. This slow things down and may lead to incorrect results.
Is there an existing issue for this?
Package ecosystem
poetry
Package manager version
1.6
Language version
3.10
Manifest location and content before the Dependabot update
/
dependabot.yml content
Updated dependency
N/A
What you expected to see, versus what you actually saw
Actually:
registries
section is defined in thedependabot.yml
file.Expected:
Native package manager behavior
No response
Images of the diff or a link to the PR, issue, or logs
Without defined
registries
independabot.yml
Work correctly
with defined
registries
independabot.yml
dependabot will check private source
Smallest manifest that reproduces the issue