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

fix: Switch to Truststore by default #2200

Merged
merged 1 commit into from
Aug 29, 2023
Merged

fix: Switch to Truststore by default #2200

merged 1 commit into from
Aug 29, 2023

Conversation

frostming
Copy link
Collaborator

Fixes #2195

Signed-off-by: Frost Ming [email protected]

Pull Request Checklist

  • A news fragment is added in news/ describing what is new.
  • Test cases added for changed code.

Describe what you have changed in this PR.

@codecov-commenter
Copy link

codecov-commenter commented Aug 23, 2023

Codecov Report

Patch coverage has no change and project coverage change: -0.02% ⚠️

Comparison is base (777940f) 84.27% compared to head (eb9ccc7) 84.26%.

❗ Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2200      +/-   ##
==========================================
- Coverage   84.27%   84.26%   -0.02%     
==========================================
  Files         100      100              
  Lines        9787     9787              
  Branches     2161     2161              
==========================================
- Hits         8248     8247       -1     
- Misses       1065     1066       +1     
  Partials      474      474              
Flag Coverage Δ
unittests 84.04% <ø> (-0.02%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

see 1 file with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@@ -59,9 +60,8 @@ keyring = ["keyring"]
template = [
"pdm[copier,cookiecutter]",
]
truststore = ["truststore; python_version >= \"3.10\""]

Choose a reason for hiding this comment

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

I don't think the [truststore] extra was used much so this shouldn't be a huge problem (likely many people were getting truststore via pdm[all]) so this should be fine? The pdm[truststore] extra isn't in the docs, but there is a separate section on installing truststore which may not be needed anymore now that it's a default?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Requesting for non-existing extra names will result in a warning. So that is okay.

@frostming frostming merged commit 06c7497 into main Aug 29, 2023
18 checks passed
@frostming frostming deleted the frostming/issue2195 branch August 29, 2023 01:14
@j178 j178 mentioned this pull request Apr 3, 2024
@theAeon theAeon mentioned this pull request Jun 5, 2024
5 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Switch to Truststore by default
3 participants