projects
/
cython.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1658822
)
disable Python generators testing in old Python versions
author
Stefan Behnel
<scoder@users.berlios.de>
Sun, 17 Apr 2011 10:00:03 +0000
(12:00 +0200)
committer
Stefan Behnel
<scoder@users.berlios.de>
Sun, 17 Apr 2011 10:00:03 +0000
(12:00 +0200)
runtests.py
patch
|
blob
|
history
diff --git
a/runtests.py
b/runtests.py
index 80700e9663edb2834ec63bddd1ba5f19f2ffa7cb..83adb26ceca4e864bfcef3c4729b8eb3fafed6dc 100644
(file)
--- 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