Fix Openssl3 + py37 on windows failure - #517
Conversation
|
Hi! This is the friendly automated conda-forge-linting service. I just wanted to let you know that I linted all conda-recipes in your PR ( |
|
Great, the failure reproduced only on windows + openssl3 Patch iteration coming in a bit |
|
My blissfully ignorant plan here is to iterate over cypthon 3.8 branch patches in this space and see when the failing test hopefully starts to pass. There are some larger patches that I am hoping to avoid. This first one may improve the logged error message to provide a better clue to the issue. |
|
Whoa, |
|
OK, this should be ready to go. My understanding of why this patch fixes the issue is that the ASN1 reader was incorrectly erroring when it found an unexpected EOF on the |
|
Wow, nice work @akrherz ! |
|
Greeeeeeeeeen!!! fixes #516 |
I don't believe so as that would introduce a network availability requirement for the test to succeed. I added a test that exercises the same failing codepath. |
|
@conda-forge/python, could someone please take a second look at this? |
|
cc @chenghlee @h-vetinari (for awareness) |
|
Thanks Isuru! 😄 |
|
Hi! This is the friendly conda-forge automerge bot! I considered the following status checks when analyzing this PR:
Thus the PR was passing and merged! Have a great day! |
|
@akrherz, thanks very much for fixing this! |
|
Thanks a lot for tackling this (so far I only responded with emojis...)! :) Unfortunately, this now leads to a hang in the cryptography test suite. I'm in the process of opening a new issue, just thought I'd let people in the thread know. Edit: #518 |
Checklist
0(if the version changed)conda-smithy(Use the phrase@conda-forge-admin, please rerenderin a comment in this PR for automated rerendering)Adds a test showing the openssl3 + python3.7 failure. Will iterate on a patch to then fix this.
Fixes #516