summaryrefslogtreecommitdiff
path: root/Lib/test/test_ssl.py
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>2007-08-29 03:59:57 +0000
committerGuido van Rossum <guido@python.org>2007-08-29 03:59:57 +0000
commit245b42ec4b07682dd44bb92dbde328c7ce78d90b (patch)
tree46f363979deeda4c8c89bc89b98e155089e4b256 /Lib/test/test_ssl.py
parent1b81e7bea562b6fc9df0a9e99f51b2b4c351ec34 (diff)
downloadcpython-git-245b42ec4b07682dd44bb92dbde328c7ce78d90b.tar.gz
Found a different, more direct way to disable ssl support until it's fixed.
Diffstat (limited to 'Lib/test/test_ssl.py')
-rw-r--r--Lib/test/test_ssl.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/Lib/test/test_ssl.py b/Lib/test/test_ssl.py
index de57728694..35c6af994c 100644
--- a/Lib/test/test_ssl.py
+++ b/Lib/test/test_ssl.py
@@ -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")