mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
bpo-45229: Fix setUpModule in test_ssl (GH-28454)
This commit is contained in:
parent
40348acc18
commit
a624177386
1 changed files with 0 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue