disable generators test in Py2.4 - depends on GeneratorExit and potentially other...
authorStefan Behnel <scoder@users.berlios.de>
Sat, 11 Dec 2010 00:21:20 +0000 (01:21 +0100)
committerStefan Behnel <scoder@users.berlios.de>
Sat, 11 Dec 2010 00:21:20 +0000 (01:21 +0100)
runtests.py

index e96e016964474f4336a9f6c375ccca1cd3754dcd..d4b0d94ddfff5306a5d62d1b07de687582bd86d1 100644 (file)
@@ -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',