mirror of
https://github.com/python/cpython.git
synced 2025-07-16 07:45:20 +00:00
Found a different, more direct way to disable ssl support until it's fixed.
This commit is contained in:
parent
1b81e7bea5
commit
245b42ec4b
4 changed files with 8 additions and 10 deletions
|
@ -338,8 +338,6 @@ def test_main(verbose=False):
|
|||
if skip_expected:
|
||||
raise test_support.TestSkipped("socket module has no ssl support")
|
||||
|
||||
raise test_support.TestSkipped("Disabling this until ssl.py is fixed")
|
||||
|
||||
global CERTFILE
|
||||
CERTFILE = os.path.join(os.path.dirname(__file__) or os.curdir,
|
||||
"keycert.pem")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue