mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
Disable test_ssl until ssl.py has been fixed.
This commit is contained in:
parent
3e57b52bb8
commit
47229db4e0
1 changed files with 2 additions and 0 deletions
|
@ -338,6 +338,8 @@ 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