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

Document how to activate truststore persistently #12699

Merged
merged 1 commit into from
May 15, 2024

Conversation

forderud
Copy link
Contributor

@forderud forderud commented May 13, 2024

Based on suggestion in #12689. Most users interested in truststore will likely want to enable the feature persistently instead of opting in on a per-call basis. I would therefore appreciate if the doc is updated to also cover this use-case.

@ichard26 ichard26 added the skip news Does not need a NEWS file entry (eg: trivial changes) label May 13, 2024
@@ -36,6 +36,8 @@ In order to use system trust stores, you need to use Python 3.10 or newer.
Successfully installed SomePackage
```

It's also possible to activate truststore persistently with `pip config set global.use-feature truststore`

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done.

Based on suggestion in #12689. Most users interested in truststore will likely want to enable the feature persistently instead of opting in on a per-call basis. I would therefore appreciate if the doc is updated to also mention this use-case.
@pradyunsg pradyunsg merged commit 612515d into pypa:main May 15, 2024
12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
skip news Does not need a NEWS file entry (eg: trivial changes)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants