From ad50a44a44663de9191317824466e4d86a08031b Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Sun, 25 Sep 2022 10:29:32 -0400 Subject: disallow latest sphinx release because it doesn't work with sphinx_rtd_theme (#1147) * disallow latest sphinx release because it doesn't work with sphinx_rtd_theme * Update test_ssl.py * black --- tests/test_ssl.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests') diff --git a/tests/test_ssl.py b/tests/test_ssl.py index 39d3af5..6fe1c1a 100644 --- a/tests/test_ssl.py +++ b/tests/test_ssl.py @@ -218,6 +218,8 @@ def socket_pair(): client.setblocking(True) server = port.accept()[0] + port.close() + # Let's pass some unencrypted data to make sure our socket connection is # fine. Just one byte, so we don't have to worry about buffers getting # filled up or fragmentation. -- cgit v1.2.1