[pypy-commit] pypy py3k: list this missing test file

antocuni noreply at buildbot.pypy.org
Thu May 31 17:11:20 CEST 2012


Author: Antonio Cuni <anto.cuni at gmail.com>
Branch: py3k
Changeset: r55247:da64178e60f5
Date: 2012-05-31 17:10 +0200
http://bitbucket.org/pypy/pypy/changeset/da64178e60f5/

Log:	list this missing test file

diff --git a/lib-python/conftest.py b/lib-python/conftest.py
--- a/lib-python/conftest.py
+++ b/lib-python/conftest.py
@@ -333,6 +333,7 @@
     RegrTest('test_pstats.py'),
     RegrTest('test_pty.py', skip="unsupported extension module"),
     RegrTest('test_pwd.py', usemodules="pwd", skip=skip_win32),
+    RegrTest('test_py_compile.py'),
     RegrTest('test_pyclbr.py'),
     RegrTest('test_pydoc.py'),
     RegrTest('test_pyexpat.py'),


More information about the pypy-commit mailing list