From: Mark Florisson Date: Tue, 18 Jan 2011 18:36:56 +0000 (+0100) Subject: Fix test runner for Python 3 X-Git-Tag: 0.14.1rc2~12 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=f0288806c22b4f44ce880708cd42454e55f57dc7;p=cython.git Fix test runner for Python 3 --- diff --git a/MANIFEST.in b/MANIFEST.in index e5123020..b061910c 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -16,6 +16,7 @@ include Demos/embed/* include Demos/freeze/* include Demos/libraries/* include Demos/Makefile* +recursive-include Cython/Debugger/Tests/* recursive-include Tools * recursive-include tests *.pyx *.pxd *.pxi *.py *.h *.BROKEN bugs.txt recursive-include tests *_lib.cpp *.srctree diff --git a/runtests.py b/runtests.py index 0fbf6c16..67a06932 100644 --- a/runtests.py +++ b/runtests.py @@ -931,6 +931,7 @@ def refactor_for_py3(distdir, cy3_dir): graft Cython recursive-exclude Cython * recursive-include Cython *.py *.pyx *.pxd + recursive-include Cython/Debugger/Tests * ''') sys.path.insert(0, cy3_dir)