From: Stefan Behnel Date: Tue, 1 Oct 2013 07:02:38 +0000 (+0200) Subject: disable test in Py2.4 X-Git-Tag: 0.20b1~295 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=12be1349137079f528bcd45a617ba79442dd3bd4;p=platform%2Fupstream%2Fpython-cython.git disable test in Py2.4 --- diff --git a/runtests.py b/runtests.py index 5b6a7da..dd30784 100755 --- a/runtests.py +++ b/runtests.py @@ -224,6 +224,7 @@ VER_DEP_MODULES = { 'run.initial_file_path', # relative import 'run.pynumber_subtype_conversion', # bug in Py2.4 'build.cythonize_script', # python2.4 -m a.b.c + 'build.cythonize_script_excludes', # python2.4 -m a.b.c 'build.cythonize_script_package', # python2.4 -m a.b.c ]), (2,6) : (operator.lt, lambda x: x in ['run.print_function',