Skip to content

Commit 61b1bc5

Browse files
authored
Revert "bpo-37322: Fix test_ssl.test_pha_required_nocert() ResourceWarning (GH-14662)" (GH-14669)
This reverts commit cf9c41c.
1 parent 76611c7 commit 61b1bc5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Lib/test/test_ssl.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2382,7 +2382,6 @@ def run(self):
23822382
if self.server.chatty and support.verbose:
23832383
sys.stdout.write(err.args[1])
23842384
# test_pha_required_nocert is expecting this exception
2385-
self.close()
23862385
raise ssl.SSLError('tlsv13 alert certificate required')
23872386
except OSError:
23882387
if self.server.chatty:

0 commit comments

Comments
 (0)