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

Improve way of populating smtp key/cert to avoid TypeError in py>=12 #68

Merged
merged 3 commits into from
Dec 4, 2023

Conversation

tkzt
Copy link
Contributor

@tkzt tkzt commented Nov 30, 2023

Fixes: #67

Copy link

codecov bot commented Nov 30, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (3624515) 93.67% compared to head (94bc835) 93.92%.

Additional details and impacted files
@@            Coverage Diff             @@
##           master      #68      +/-   ##
==========================================
+ Coverage   93.67%   93.92%   +0.25%     
==========================================
  Files           9        9              
  Lines         585      593       +8     
==========================================
+ Hits          548      557       +9     
+ Misses         37       36       -1     

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

@tkzt tkzt force-pushed the fix/improve-key_cert-populating branch from 59589ba to 306d5a6 Compare November 30, 2023 06:31
@tkzt tkzt force-pushed the fix/improve-key_cert-populating branch 8 times, most recently from 29f1192 to b31ca03 Compare November 30, 2023 13:22
@tkzt tkzt force-pushed the fix/improve-key_cert-populating branch from b31ca03 to 94bc835 Compare November 30, 2023 13:37
@greyli greyli merged commit 39d4167 into waynerv:master Dec 4, 2023
20 checks passed
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.

Unexpected keyword argument 'keyfile' error occurred when using ssl
2 participants