Skip to content

Comments

ci(renovate): remove unhandled options to fix pip-compile errors#565

Merged
leonardoce merged 1 commit intomainfrom
dev/fix-pip-renovate
Oct 7, 2025
Merged

ci(renovate): remove unhandled options to fix pip-compile errors#565
leonardoce merged 1 commit intomainfrom
dev/fix-pip-renovate

Conversation

@mnencia
Copy link
Member

@mnencia mnencia commented Oct 5, 2025

The Renovate pip-compile provider is not running due to some options in the
requirements.txt that are set to None, which is the actual default.

DEBUG: pip-compile: extracted command from header (repository=local)
       "fileName": "containers/sidecar-requirements.txt",
       "argv": [
         "pip-compile",
         "--allow-unsafe",
         "--cert=None",
         "--client-cert=None",
         "--generate-hashes",
         "--index-url=None",
         "--output-file=sidecar-requirements.txt",
         "--pip-args=None",
         "--strip-extras",
         "sidecar-requirements.in"
       ],
       "commandType": "pip-compile"
DEBUG: pip-compile: option not handled (repository=local)
       "option": "--allow-unsafe"
 WARN: pip-compile error (repository=local)
       "matchedFile": "containers/sidecar-requirements.txt",
       "errorMessage": "Option --cert=None not supported (yet)"

Removing the options fixes the run.

Signed-off-by: Marco Nenciarini <marco.nenciarini@enterprisedb.com>
@mnencia mnencia requested a review from a team as a code owner October 5, 2025 15:29
@dosubot dosubot bot added size:XS This PR changes 0-9 lines, ignoring generated files. dependencies Pull requests that update a dependency file labels Oct 5, 2025
@dosubot dosubot bot added the lgtm This PR has been approved by a maintainer label Oct 7, 2025
@leonardoce leonardoce merged commit e4879b6 into main Oct 7, 2025
8 checks passed
@leonardoce leonardoce deleted the dev/fix-pip-renovate branch October 7, 2025 12:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file lgtm This PR has been approved by a maintainer size:XS This PR changes 0-9 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants