From f0288806c22b4f44ce880708cd42454e55f57dc7 Mon Sep 17 00:00:00 2001 From: Mark Florisson Date: Tue, 18 Jan 2011 19:36:56 +0100 Subject: [PATCH] Fix test runner for Python 3 --- MANIFEST.in | 1 + runtests.py | 1 + 2 files changed, 2 insertions(+) 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) -- 2.26.2