disable Python generators testing in old Python versions
authorStefan Behnel <scoder@users.berlios.de>
Sun, 17 Apr 2011 10:00:03 +0000 (12:00 +0200)
committerStefan Behnel <scoder@users.berlios.de>
Sun, 17 Apr 2011 10:00:03 +0000 (12:00 +0200)
runtests.py

index 80700e9663edb2834ec63bddd1ba5f19f2ffa7cb..83adb26ceca4e864bfcef3c4729b8eb3fafed6dc 100644 (file)
@@ -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