[issue35352] test_asyncio fails on RHEL8

Andrew Svetlov report at bugs.python.org
Fri Nov 30 09:44:46 EST 2018


Andrew Svetlov <andrew.svetlov at gmail.com> added the comment:

Maybe this is the reason.
asycio test suite uses these ssl contexts: https://github.com/python/cpython/blob/master/Lib/test/test_asyncio/utils.py#L72-L92

Maybe bumping used protocol version will help to pass tests on your box.
Would you try it?

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue35352>
_______________________________________


More information about the Python-bugs-list mailing list