From 477f679f2253c3caebf2f865d84eb4a687bc9d60 Mon Sep 17 00:00:00 2001 From: Stefan Behnel Date: Sun, 17 Apr 2011 12:00:03 +0200 Subject: [PATCH] disable Python generators testing in old Python versions --- runtests.py | 1 + 1 file changed, 1 insertion(+) diff --git a/runtests.py b/runtests.py index 80700e96..83adb26c 100644 --- a/runtests.py +++ b/runtests.py @@ -98,6 +98,7 @@ VER_DEP_MODULES = { ]), (2,6) : (operator.lt, lambda x: x in ['run.print_function', 'run.cython3', + 'run.generators_py', 'run.pure_py', # decorators, with statement ]), # The next line should start (3,); but this is a dictionary, so -- 2.26.2