Revert "bpo-37322: Fix test_ssl.test_pha_required_nocert() ResourceWarning (GH-14662)" (GH-14669)
This reverts commit cf9c41c422
.
This commit is contained in:
parent
76611c7c0a
commit
61b1bc5606
|
@ -2382,7 +2382,6 @@ class ThreadedEchoServer(threading.Thread):
|
|||
if self.server.chatty and support.verbose:
|
||||
sys.stdout.write(err.args[1])
|
||||
# test_pha_required_nocert is expecting this exception
|
||||
self.close()
|
||||
raise ssl.SSLError('tlsv13 alert certificate required')
|
||||
except OSError:
|
||||
if self.server.chatty:
|
||||
|
|
Loading…
Reference in New Issue