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

Pass CA and client TLS certificates to build subprocesses #13063

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

ichard26
Copy link
Member

@ichard26 ichard26 commented Nov 3, 2024

The _PIP_STANDALONE_CERT environment variable hack is no longer required as pip doesn't run a zip archive of itself to provision build dependencies these days (which due to a CPython bug would leave behind temporary certifi files).

Fixes #5502.

The _PIP_STANDALONE_CERT environment variable hack is no longer required
as pip doesn't run a zip archive of itself to provision build
dependencies these days (which due to a CPython bug would leave behind
temporary certifi files).
@ichard26 ichard26 changed the title Pass HTTPS and client TLS certificates to build subprocesses Pass CA and client TLS certificates to build subprocesses Nov 3, 2024
@ichard26 ichard26 added this to the 25.0 milestone Nov 3, 2024
@ichard26
Copy link
Member Author

ichard26 commented Nov 3, 2024

Thanks for the fast reviews folks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

PEP 518 build dependency installs don't respect --cert command line option
3 participants