bpo-45229: Fix setUpModule in test_ssl (GH-28454)

This commit is contained in:
Serhiy Storchaka 2021-09-19 16:18:16 +03:00 committed by GitHub
parent 40348acc18
commit a624177386
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

View File

@ -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)