Skip to content

Commit a624177

Browse files
bpo-45229: Fix setUpModule in test_ssl (GH-28454)
1 parent 40348ac commit a624177

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Lib/test/test_ssl.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5046,8 +5046,6 @@ def setUpModule():
50465046
if not os.path.exists(filename):
50475047
raise support.TestFailed("Can't read certificate file %r" % filename)
50485048

5049-
5050-
def setUpModule():
50515049
thread_info = threading_helper.threading_setup()
50525050
unittest.addModuleCleanup(threading_helper.threading_cleanup, *thread_info)
50535051

0 commit comments

Comments
 (0)