Skip to content

Commit

Permalink
Fix handling of --cert and --client-cert. (#1063)
Browse files Browse the repository at this point in the history
In order to work around pypa/pip#5502 fully,
we extract a `PackageIndexConfiguration` class that handles arrangement
of Pip command line flags and enviornment variables to effect the most
hermetic means possible of conveying `--cert` and `--client-cert` to Pip
and its subprocesses.

Fixes #1058
  • Loading branch information
jsirois authored Oct 8, 2020
1 parent 0b45ac8 commit 4580055
Show file tree
Hide file tree
Showing 2 changed files with 215 additions and 180 deletions.
Loading

0 comments on commit 4580055

Please sign in to comment.