Skip to content

Commit aec4463

Browse files
fix warning
1 parent 572ca54 commit aec4463

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Lib/test/test_asyncio/test_ssl.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1234,8 +1234,6 @@ def test_flush_before_shutdown(self):
12341234
sslctx = self._create_server_ssl_context(
12351235
test_utils.ONLYCERT, test_utils.ONLYKEY)
12361236
client_sslctx = self._create_client_ssl_context()
1237-
if hasattr(ssl, 'OP_NO_TLSv1_3'):
1238-
client_sslctx.options |= ssl.OP_NO_TLSv1_3
12391237

12401238
future = None
12411239

0 commit comments

Comments
 (0)