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

Addresses Issue #5572: Implement PIP_TRUSTED_HOSTS logic... #5615

Merged
merged 2 commits into from
Mar 20, 2023

Commits on Mar 19, 2023

  1. Addresses Issue pypa#5572: Implement PIP_TRUSTED_HOSTS logic...

    Duplicated logic from `import_requirements()` in requirements.py
    to `do_install()` in `install.py` to allow users to specify index
    via `--index` command-line option and validate against
    `PIP_TRUSTED_HOSTS` when determining `verify_ssl` value.
    
    Update news file to be more descriptive.
    kalebmckale committed Mar 19, 2023
    Configuration menu
    Copy the full SHA
    d4f4854 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2023

  1. Fix linting error

    oz123 committed Mar 20, 2023
    2 Configuration menu
    Copy the full SHA
    97c3a62 View commit details
    Browse the repository at this point in the history