projects
/
cython.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
35608b7
)
fix test exclusion
author
Stefan Behnel
<scoder@users.berlios.de>
Fri, 21 Aug 2009 11:30:41 +0000
(13:30 +0200)
committer
Stefan Behnel
<scoder@users.berlios.de>
Fri, 21 Aug 2009 11:30:41 +0000
(13:30 +0200)
runtests.py
patch
|
blob
|
history
diff --git
a/runtests.py
b/runtests.py
index 88f288dbd0db68699c3047f461cea55165810093..74a84b6a136042486524fa2b244b1d665cc58257 100644
(file)
--- a/
runtests.py
+++ b/
runtests.py
@@
-38,8
+38,8
@@
VER_DEP_MODULES = {
# such as:
# (2,4) : (operator.le, lambda x: x in ['run.set']),
(3,): (operator.ge, lambda x: x in ['run.non_future_division',
- '
run
.extsetslice',
- '
run
.extdelslice']),
+ '
compile
.extsetslice',
+ '
compile
.extdelslice']),
}
INCLUDE_DIRS = [ d for d in os.getenv('INCLUDE', '').split(os.pathsep) if d ]