-
Notifications
You must be signed in to change notification settings - Fork 10.8k
Match pyOpenSSL and service_identity to Twisted #5632
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
Conversation
Signed-off-by: Gábor Lipták <gliptak@gmail.com>
Codecov Report
@@ Coverage Diff @@
## master #5632 +/- ##
==========================================
+ Coverage 88.66% 88.85% +0.19%
==========================================
Files 162 162
Lines 10965 10965
Branches 1894 1894
==========================================
+ Hits 9722 9743 +21
+ Misses 963 942 -21
Partials 280 280
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great work!
@wRAR I would like to hear from you if you think there is some other approach we should explore here. But I did not realize upgrading some dependencies would do the job, and I am more than fine with this approach.
@@ -327,7 +327,7 @@ def test_reactor_default(self): | |||
|
|||
def test_reactor_default_twisted_reactor_select(self): | |||
log = self.run_script('reactor_default_twisted_reactor_select.py') | |||
if platform.system() == 'Windows': | |||
if platform.system() in ['Windows', 'Darwin']: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hang on in there, Linux!
Nevermind, I believe you were already aware of this, we were just deciding whether the side effect (not supporting TLS ≤1.1) was OK. |
Thanks @gliptak! |
It seems tests are failing now with a different error, weird! See e.g. https://github.com/scrapy/scrapy/actions/runs/3123148006/jobs/5065580786 - there's a lot of errors like this:
|
It is your fault, you should have merged a few minutes earlier! https://pypi.org/project/pyOpenSSL/#history 🤦 |
Resolves #5621
Signed-off-by: Gábor Lipták gliptak@gmail.com
Correcting https://github.com/scrapy/scrapy/actions/runs/3052958225/jobs/4922962575