Skip to content

Commit

Permalink
Addresses Issue pypa#5572: Implement PIP_TRUSTED_HOSTS logic...
Browse files Browse the repository at this point in the history
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
kalebmckale committed Mar 10, 2023
1 parent 8c8d3d1 commit a89b106
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions news/5572.feature.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Implement PIP_TRUSTED_HOSTS logic from importing requirements to specified --index URL.

0 comments on commit a89b106

Please sign in to comment.