From bcf5763f15f95ea78bf6b6a08e327545d1088c4e Mon Sep 17 00:00:00 2001 From: Stefan Behnel Date: Sat, 11 Dec 2010 01:21:20 +0100 Subject: [PATCH] disable generators test in Py2.4 - depends on GeneratorExit and potentially other stuff --- runtests.py | 1 + 1 file changed, 1 insertion(+) 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', -- 2.26.2