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

Respect --no-index from the requirements file #11277

Merged

Commits on Jul 20, 2022

  1. Respect --no-index from the requirements file

    See pypa#11276
    
    SearchScope was extended with an extra parameter to be able to pass-on the
    value of no_index as we do with the other parameters. This allows us to respect
    its value regardless of the order in which options are evaluated.
    vanschelven committed Jul 20, 2022
    Configuration menu
    Copy the full SHA
    5d7a1a6 View commit details
    Browse the repository at this point in the history
  2. Add news entry

    vanschelven committed Jul 20, 2022
    Configuration menu
    Copy the full SHA
    58c0573 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2022

  1. Configuration menu
    Copy the full SHA
    2ec5097 View commit details
    Browse the repository at this point in the history