8000 Fix test_start_tls_server_1 on FreeBSD buildbots · python/cpython@d462e40 · GitHub
[go: up one dir, main page]

Skip to content

Commit d462e40

Browse files
committed
Fix test_start_tls_server_1 on FreeBSD buildbots
1 parent 0bd4826 commit d462e40

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Lib/test/test_asyncio/test_sslproto.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -429,6 +429,7 @@ def test_start_tls_server_1(self):
429429

430430
server_context = test_utils.simple_server_sslcontext()
431431
client_context = test_utils.simple_client_sslcontext()
432+
client_context.options |= ssl.OP_NO_TLSv1_3
432433

433434
def client(sock, addr):
434435
sock.settimeout(self.TIMEOUT)

0 commit comments

Comments
 (0)
0