[pypy-svn] r64739 - pypy/trunk/lib-python

afa at codespeak.net afa at codespeak.net
Mon Apr 27 18:21:50 CEST 2009


Author: afa
Date: Mon Apr 27 18:21:49 2009
New Revision: 64739

Modified:
   pypy/trunk/lib-python/conftest.py
Log:
Try to enable this test again


Modified: pypy/trunk/lib-python/conftest.py
==============================================================================
--- pypy/trunk/lib-python/conftest.py	(original)
+++ pypy/trunk/lib-python/conftest.py	Mon Apr 27 18:21:49 2009
@@ -374,7 +374,7 @@
     RegrTest('test_slice.py', core=True),
     RegrTest('test_socket.py', usemodules='thread _weakref'),
 
-    RegrTest('test_socket_ssl.py', skip="ssl support is still buggy"),
+    RegrTest('test_socket_ssl.py', usemodules='_ssl'),
     RegrTest('test_socketserver.py', usemodules='thread'),
 
     RegrTest('test_softspace.py', core=True),



More information about the Pypy-commit mailing list