projects
/
cython.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
58bbbc3
)
exclude relativeimport_star_T542 test for py<2.5
author
Haoyu Bai
<baihaoyu@gmail.com>
Sat, 2 Apr 2011 07:09:31 +0000
(15:09 +0800)
committer
Robert Bradshaw
<robertwb@math.washington.edu>
Sat, 16 Apr 2011 07:36:30 +0000
(
00:36
-0700)
runtests.py
patch
|
blob
|
history
diff --git
a/runtests.py
b/runtests.py
index c68958f6eb707413d68f681df2ad5b2b98518fc7..80700e9663edb2834ec63bddd1ba5f19f2ffa7cb 100644
(file)
--- a/
runtests.py
+++ b/
runtests.py
@@
-94,6
+94,7
@@
VER_DEP_MODULES = {
(2,5) : (operator.lt, lambda x: x in ['run.any',
'run.all',
'run.relativeimport_T542',
+ 'run.relativeimport_star_T542',
]),
(2,6) : (operator.lt, lambda x: x in ['run.print_function',
'run.cython3',