[pypy-commit] pypy default: mhlib test requires some extra modules. Also, it fails

stefanor noreply at buildbot.pypy.org
Tue Sep 8 22:56:42 CEST 2015


Author: Stefano Rivera <stefano at rivera.za.net>
Branch: 
Changeset: r79554:721a9fdb198c
Date: 2015-09-08 13:53 -0700
http://bitbucket.org/pypy/pypy/changeset/721a9fdb198c/

Log:	mhlib test requires some extra modules. Also, it fails

diff --git a/lib-python/conftest.py b/lib-python/conftest.py
--- a/lib-python/conftest.py
+++ b/lib-python/conftest.py
@@ -303,7 +303,7 @@
     RegrTest('test_memoryio.py'),
     RegrTest('test_memoryview.py'),
     RegrTest('test_md5.py'),
-    RegrTest('test_mhlib.py'),
+    RegrTest('test_mhlib.py', usemodules='binascii struct'),
     RegrTest('test_mimetools.py'),
     RegrTest('test_mimetypes.py'),
     RegrTest('test_MimeWriter.py', core=False, usemodules='binascii'),


More information about the pypy-commit mailing list