disable test in Py2.4
authorStefan Behnel <stefan_ml@behnel.de>
Tue, 1 Oct 2013 07:02:38 +0000 (09:02 +0200)
committerStefan Behnel <stefan_ml@behnel.de>
Tue, 1 Oct 2013 07:02:38 +0000 (09:02 +0200)
runtests.py

index 5b6a7da..dd30784 100755 (executable)
@@ -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',