Skip to content

Commit 4c315b0

Browse files
committed
update(2)
1 parent 348e256 commit 4c315b0

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

Lib/test/test_httpservers.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1563,11 +1563,6 @@ def setUp(self):
15631563
f.write(self.tls_password.encode())
15641564
self.addCleanup(os_helper.unlink, self.tls_password_file)
15651565

1566-
def tearDown(self):
1567-
if os.path.exists(self.tls_password_file):
1568-
os.remove(self.tls_password_file)
1569-
return super().tearDown()
1570-
15711566
def invoke_httpd(self, *args):
15721567
output = StringIO()
15731568
with contextlib.redirect_stdout(output), \

0 commit comments

Comments
 (0)