-
Notifications
You must be signed in to change notification settings - Fork 738
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
support setting SSL_CERT_FILE
in pyproject.toml
#6572
Comments
Yea, it was briefly discussed in #4171 adding support in a future PR for both |
It seems like bad practice to check-in an SSL certificate — can you share more about why you're doing that? |
it's a corporate environment with custom internal certificates that need to be known about by the libraries the project uses. it's much easier to just commit the certificate than getting everyone in the team to manually configure their tools to use it |
I should clarify what I was thinking originally |
it might also be worth noting that my team uses pyprojectx to manage the uv installation locally in our project instead of installing it globally. we prefer to minimize the amount of stuff we have to install/configure globally |
as far as i can tell, the cert file can only be configured with the environment variable, but because in my case the file is stored in git, it would be more convenient if it could also be configured in
pyproject.toml
The text was updated successfully, but these errors were encountered: