Found a different, more direct way to disable ssl support until it's fixed.

This commit is contained in:
Guido van Rossum 2007-08-29 03:59:57 +00:00
parent 1b81e7bea5
commit 245b42ec4b
4 changed files with 8 additions and 10 deletions

View file

@ -210,8 +210,6 @@ def test_main():
if not hasattr(socket, "ssl"):
raise test_support.TestSkipped("socket module has no ssl support")
raise test_support.TestSkipped("Disabling this until ssl.py is fixed")
tests = [BasicTests]
if test_support.is_resource_enabled('network'):