Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Addresses Issue pypa#5572: Implement PIP_TRUSTED_HOSTS logic...
Duplicated logic from `import_requirements()` to `do_install()` in `core.py` to allow users to specify index via `--index` command-line option and validate against `PIP_TRUSTED_HOSTS` when determining `verify_ssl` value.
- Loading branch information