[pypy-commit] pypy py3.5: do not skip ssl tests, _ssl module is now in lib_pypy

plan_rich pypy.commits at gmail.com
Thu Dec 29 09:03:06 EST 2016


Author: Richard Plangger <planrichi at gmail.com>
Branch: py3.5
Changeset: r89264:fb49af41edfd
Date: 2016-12-29 15:02 +0100
http://bitbucket.org/pypy/pypy/changeset/fb49af41edfd/

Log:	do not skip ssl tests, _ssl module is now in lib_pypy

diff --git a/lib-python/conftest.py b/lib-python/conftest.py
--- a/lib-python/conftest.py
+++ b/lib-python/conftest.py
@@ -397,7 +397,7 @@
     RegrTest('test_source_encoding.py'),
     RegrTest('test_spwd.py'),
     RegrTest('test_sqlite.py', usemodules="thread _rawffi zlib"),
-    RegrTest('test_ssl.py', usemodules='_ssl _socket select'),
+    RegrTest('test_ssl.py', usemodules='_socket select'),
     RegrTest('test_startfile.py'),
     RegrTest('test_stat.py'),
     RegrTest('test_statistics.py'),


More information about the pypy-commit mailing list