Commit 21102f0d authored by Yury Selivanov's avatar Yury Selivanov Committed by GitHub

Make asyncio tests run when there's no SSL module (#5196)

parent cb064fc2
......@@ -5,7 +5,6 @@ import os
import pprint
import select
import socket
import ssl
import tempfile
import threading
......@@ -146,8 +145,6 @@ class TestSocketWrapper:
server_side=False,
server_hostname=None):
assert isinstance(ssl_context, ssl.SSLContext)
ssl_sock = ssl_context.wrap_socket(
self.__sock, server_side=server_side,
server_hostname=server_hostname,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment