[pypy-commit] pypy default: amazingly, test_mmap requires the mmap module

gutworth noreply at buildbot.pypy.org
Mon Mar 12 17:03:17 CET 2012


Author: Benjamin Peterson <benjamin at python.org>
Branch: 
Changeset: r53318:d941829f22f9
Date: 2012-03-12 07:28 -0700
http://bitbucket.org/pypy/pypy/changeset/d941829f22f9/

Log:	amazingly, test_mmap requires the mmap module

diff --git a/lib-python/conftest.py b/lib-python/conftest.py
--- a/lib-python/conftest.py
+++ b/lib-python/conftest.py
@@ -311,7 +311,7 @@
     RegrTest('test_mimetypes.py'),
     RegrTest('test_MimeWriter.py', core=False),
     RegrTest('test_minidom.py'),
-    RegrTest('test_mmap.py'),
+    RegrTest('test_mmap.py', usemodules="mmap"),
     RegrTest('test_module.py', core=True),
     RegrTest('test_modulefinder.py'),
     RegrTest('test_msilib.py', skip=only_win32),


More information about the pypy-commit mailing list