projects
/
cython.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
65f2111
)
disable generators test in Py2.4 - depends on GeneratorExit and potentially other...
author
Stefan Behnel
<scoder@users.berlios.de>
Sat, 11 Dec 2010 00:21:20 +0000
(
01:21
+0100)
committer
Stefan Behnel
<scoder@users.berlios.de>
Sat, 11 Dec 2010 00:21:20 +0000
(
01:21
+0100)
runtests.py
patch
|
blob
|
history
diff --git
a/runtests.py
b/runtests.py
index e96e016964474f4336a9f6c375ccca1cd3754dcd..d4b0d94ddfff5306a5d62d1b07de687582bd86d1 100644
(file)
--- 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',