Fix test runner for Python 3
authorMark Florisson <markflorisson88@gmail.com>
Tue, 18 Jan 2011 18:36:56 +0000 (19:36 +0100)
committerMark Florisson <markflorisson88@gmail.com>
Tue, 18 Jan 2011 18:36:56 +0000 (19:36 +0100)
MANIFEST.in
runtests.py

index e51230200287097d1a853167a21e8994dfee943c..b061910c6895b9a54f5890620bf6b1bb206b2a3a 100644 (file)
@@ -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
index 0fbf6c16e4873c2bf43656fda7d2a680cafaf364..67a069327b6e001eee0fcd583b3efc678f2bf046 100644 (file)
@@ -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)