projects
/
cython.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4464d24
)
properly disable test in Py2.3
author
Stefan Behnel
<scoder@users.berlios.de>
Tue, 23 Nov 2010 10:45:46 +0000
(11:45 +0100)
committer
Stefan Behnel
<scoder@users.berlios.de>
Tue, 23 Nov 2010 10:45:46 +0000
(11:45 +0100)
runtests.py
patch
|
blob
|
history
diff --git
a/runtests.py
b/runtests.py
index 42cfb67106dd45cfb80609597600cd92537936b8..ff73018b96f8f1d2ad5d29d99407437b1316688d 100644
(file)
--- a/
runtests.py
+++ b/
runtests.py
@@
-62,7
+62,7
@@
VER_DEP_MODULES = {
]),
(2,4) : (operator.le, lambda x: x in ['run.extern_builtins_T258'
]),
- (2,
3) : (operator.le
, lambda x: x in ['run.builtin_sorted'
+ (2,
4) : (operator.lt
, lambda x: x in ['run.builtin_sorted'
]),
(2,6) : (operator.lt, lambda x: x in ['run.print_function',
'run.cython3',