-
Notifications
You must be signed in to change notification settings - Fork 42
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
Async example fails on Python 3.11 when URL is changed to HTTPS #209
Comments
Hi @oschwald, I spent ages trying to debug that problem and eventually gave up moving to |
Ah, that is too bad. I don't know if it is realistic for us to switch off of I did see the 2020 |
Definitely not worth it, but for Mocket I really needed a stable client as the main one for testing. That issue was driving me crazy, and it really seemed something only affecting |
Thanks to @ento this issue is finally solved. I'll release a new version ASAP. |
Adding testcase for proving #209 was fixed
Awesome. Thanks! |
Here is the new version with the fix: |
While debugging failures on our test suite with Python 3.11, I noticed that the async example in the docs fail in the same way with Python 3.11 after changing the URL to HTTPS:
This fails with:
It works fine if the URL is just
http://httpbin.org/ip
.The text was updated successfully, but these errors were encountered: