Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Poetry: Trying to look up Python as dependency causes warning #6500

Closed
janjagusch opened this issue Jun 12, 2020 · 2 comments
Closed

Poetry: Trying to look up Python as dependency causes warning #6500

janjagusch opened this issue Jun 12, 2020 · 2 comments

Comments

@janjagusch
Copy link

What Renovate type are you using?

Self-Hosted (v20.20)

Describe the bug

In the pyproject.toml file the required Python version is specified among actual Python packages in the tool.poetry.dependencies section (more details here: python-poetry/poetry#2551). However, contrary to all other element in that section, Python is not a package. This means that renovate should not try to lookup "python" in the package index or update it.

Currently it does though, which causes the following warning.

Failed to look up dependency python
@rarkins
Copy link
Collaborator

rarkins commented Jun 12, 2020

Fixed by #6490 ?

@janjagusch
Copy link
Author

Looks good to me, @rarkins. Looking forward to the merge.

@rarkins rarkins closed this as completed Jun 18, 2020
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Dec 16, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants