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

feat(pip_requirements): Extract flags from package files with no deps #28961

Commits on May 9, 2024

  1. feat(pip_requirements) Extract flags from package files with no deps

    The pip_requirements manager is used by the pip-compile manager for
    extracting info from requirements.in files.  This change makes
    pip_requirements return any flags it extracted from its input file even
    if there are no dependencies in the file.  This allows a user to provide
    a requirements.in file with nothing but `--extra-index-url` flags as a
    second input file when using pip-compile to compile dependencies in a
    setup.py file so that Renovate can look those index URLs up in its
    `hostRules` and pass appropriate credentials to pip-compile.
    mbudnek committed May 9, 2024
    Configuration menu
    Copy the full SHA
    d1fb516 View commit details
    Browse the repository at this point in the history
  2. Add unit tests

    mbudnek committed May 9, 2024
    Configuration menu
    Copy the full SHA
    dfdd730 View commit details
    Browse the repository at this point in the history