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

fijal at codespeak.net fijal at codespeak.net
Tue Jul 27 13:42:54 CEST 2010


Author: fijal
Date: Tue Jul 27 13:42:53 2010
New Revision: 76360

Modified:
   pypy/trunk/lib-python/conftest.py
Log:
At least _rawffi is needed, possibly more, checking


Modified: pypy/trunk/lib-python/conftest.py
==============================================================================
--- pypy/trunk/lib-python/conftest.py	(original)
+++ pypy/trunk/lib-python/conftest.py	Tue Jul 27 13:42:53 2010
@@ -464,7 +464,7 @@
     RegrTest('test_coding.py'),
     RegrTest('test_complex_args.py'),
     RegrTest('test_contextlib.py', usemodules="thread"),
-    RegrTest('test_ctypes.py'),
+    RegrTest('test_ctypes.py', usemodules="_rawffi"),
     RegrTest('test_defaultdict.py'),
     RegrTest('test_email_renamed.py'),
     RegrTest('test_exception_variations.py'),



More information about the Pypy-commit mailing list