Skip to content

Commit

Permalink
bpo-45229: Fix setUpModule in test_ssl (GH-28454)
Browse files Browse the repository at this point in the history
  • Loading branch information
serhiy-storchaka authored Sep 19, 2021
1 parent 40348ac commit a624177
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Lib/test/test_ssl.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit a624177

Please sign in to comment.