projects
/
cython.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1342da9
)
disable any/all tests in Py<2.5
author
Stefan Behnel
<scoder@users.berlios.de>
Sun, 9 May 2010 17:55:14 +0000
(19:55 +0200)
committer
Stefan Behnel
<scoder@users.berlios.de>
Sun, 9 May 2010 17:55:14 +0000
(19:55 +0200)
runtests.py
patch
|
blob
|
history
diff --git
a/runtests.py
b/runtests.py
index 891f0b69aa5ecdecfd676b717c2deeef3053588e..8502ff69d889264c04b86c6326f5779205c651cf 100644
(file)
--- a/
runtests.py
+++ b/
runtests.py
@@
-51,6
+51,9
@@
EXT_DEP_INCLUDES = [
VER_DEP_MODULES = {
# tests are excluded if 'CurrentPythonVersion OP VersionTuple', i.e.
# (2,4) : (operator.le, ...) excludes ... when PyVer <= 2.4.x
+ (2,5) : (operator.lt, lambda x: x in ['run.any',
+ 'run.all',
+ ]),
(2,4) : (operator.le, lambda x: x in ['run.extern_builtins_T258'
]),
(2,6) : (operator.lt, lambda x: x in ['run.print_function'