Commit f0288806 authored by Mark Florisson's avatar Mark Florisson

Fix test runner for Python 3

parent 9d5fee15
...@@ -16,6 +16,7 @@ include Demos/embed/* ...@@ -16,6 +16,7 @@ include Demos/embed/*
include Demos/freeze/* include Demos/freeze/*
include Demos/libraries/* include Demos/libraries/*
include Demos/Makefile* include Demos/Makefile*
recursive-include Cython/Debugger/Tests/*
recursive-include Tools * recursive-include Tools *
recursive-include tests *.pyx *.pxd *.pxi *.py *.h *.BROKEN bugs.txt recursive-include tests *.pyx *.pxd *.pxi *.py *.h *.BROKEN bugs.txt
recursive-include tests *_lib.cpp *.srctree recursive-include tests *_lib.cpp *.srctree
......
...@@ -931,6 +931,7 @@ def refactor_for_py3(distdir, cy3_dir): ...@@ -931,6 +931,7 @@ def refactor_for_py3(distdir, cy3_dir):
graft Cython graft Cython
recursive-exclude Cython * recursive-exclude Cython *
recursive-include Cython *.py *.pyx *.pxd recursive-include Cython *.py *.pyx *.pxd
recursive-include Cython/Debugger/Tests *
''') ''')
sys.path.insert(0, cy3_dir) sys.path.insert(0, cy3_dir)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment