From: Stefan Behnel Date: Sat, 11 Dec 2010 00:21:20 +0000 (+0100) Subject: disable generators test in Py2.4 - depends on GeneratorExit and potentially other... X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=bcf5763f15f95ea78bf6b6a08e327545d1088c4e;p=cython.git disable generators test in Py2.4 - depends on GeneratorExit and potentially other stuff --- diff --git a/runtests.py b/runtests.py index e96e0169..d4b0d94d 100644 --- a/runtests.py +++ b/runtests.py @@ -62,6 +62,7 @@ VER_DEP_MODULES = { ]), (2,5) : (operator.lt, lambda x: x in ['run.any', 'run.all', + 'run.generators', ]), (2,6) : (operator.lt, lambda x: x in ['run.print_function', 'run.cython3',