projects
/
cython.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
477aa1f
)
Disable pure test for Py < 2.6.
author
Robert Bradshaw
<robertwb@math.washington.edu>
Thu, 9 Dec 2010 11:13:37 +0000
(
03:13
-0800)
committer
Robert Bradshaw
<robertwb@math.washington.edu>
Thu, 9 Dec 2010 11:13:37 +0000
(
03:13
-0800)
(Uses decorators and with statement.)
runtests.py
patch
|
blob
|
history
diff --git
a/runtests.py
b/runtests.py
index 579230c5da849cfa643aa364cce5ba3ca98b2429..e96e016964474f4336a9f6c375ccca1cd3754dcd 100644
(file)
--- a/
runtests.py
+++ b/
runtests.py
@@
-65,6
+65,7
@@
VER_DEP_MODULES = {
]),
(2,6) : (operator.lt, lambda x: x in ['run.print_function',
'run.cython3',
+ 'run.pure_py', # decorators, with statement
]),
# The next line should start (3,); but this is a dictionary, so
# we can only have one (3,) key. Since 2.7 is supposed to be the