This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
pip_requirements with private index and hashes raises hashin.PackageNotFoundError #12254
Labels
manager:pip_requirements
pip requirements.txt
priority-3-medium
Default priority, "should be done" but isn't prioritised ahead of others
status:requirements
Full requirements are not yet known, so implementation should not be started
type:feature
Feature (new functionality)
How are you running Renovate?
Self-hosted
Please select which platform you are using if self-hosting.
GitLab self-hosted
If you're self-hosting Renovate, tell us what version of Renovate you run.
renovate-runner 3.14.3
Describe the bug
Hi, thank you for this great tool 😄
I was using Renovate for updating pip requirements with private index and recently added hashes to them.
When it comes to versions - it checks and updates them properly, but it seems that
hashin
ignoresregistryUrls
completely and it results in "Artifact update problem".I put relevant Python traceback below.
PR that implemented hashes feature: #6460
To reproduce you need following
renovate.json
file:With following
requirements.txt
file (test
package does not exist on pypi.org):Relevant debug logs
Logs
Have you created a minimal reproduction repository?
No reproduction repository
The text was updated successfully, but these errors were encountered: