mirror of https://github.com/python/cpython.git
bpo-45229: Fix setUpModule in test_ssl (GH-28454)
This commit is contained in:
parent
40348acc18
commit
a624177386
|
@ -5046,8 +5046,6 @@ def setUpModule():
|
|||
if not os.path.exists(filename):
|
||||
raise support.TestFailed("Can't read certificate file %r" % filename)
|
||||
|
||||
|
||||
def setUpModule():
|
||||
thread_info = threading_helper.threading_setup()
|
||||
unittest.addModuleCleanup(threading_helper.threading_cleanup, *thread_info)
|
||||
|
||||
|
|
Loading…
Reference in New Issue