[pypy-commit] pypy py3k: oops

pjenvey noreply at buildbot.pypy.org
Thu May 16 21:26:31 CEST 2013


Author: Philip Jenvey <pjenvey at underboss.org>
Branch: py3k
Changeset: r64240:c7563e3140b1
Date: 2013-05-16 12:25 -0700
http://bitbucket.org/pypy/pypy/changeset/c7563e3140b1/

Log:	oops

diff --git a/lib-python/conftest.py b/lib-python/conftest.py
--- a/lib-python/conftest.py
+++ b/lib-python/conftest.py
@@ -123,6 +123,7 @@
     RegrTest('test_bz2.py', usemodules='bz2'),
     RegrTest('test_calendar.py'),
     RegrTest('test_call.py', core=True),
+    RegrTest('test_capi.py', usemodules='cpyext'),
     RegrTest('test_cfgparser.py'),
     RegrTest('test_cgi.py'),
     RegrTest('test_charmapcodec.py', core=True),


More information about the pypy-commit mailing list