projects
/
cython.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ccaa5ea
)
remove warning about unknown Extension option
author
Stefan Behnel
<scoder@users.berlios.de>
Wed, 9 Apr 2008 15:48:46 +0000
(17:48 +0200)
committer
Stefan Behnel
<scoder@users.berlios.de>
Wed, 9 Apr 2008 15:48:46 +0000
(17:48 +0200)
runtests.py
patch
|
blob
|
history
diff --git
a/runtests.py
b/runtests.py
index 1d3e7ca238afe392d83ed957772016de7d95f3fe..4eaf92e623f55471f01920882b6b272954ab180d 100644
(file)
--- a/
runtests.py
+++ b/
runtests.py
@@
-72,7
+72,6
@@
class CythonCompileTestCase(unittest.TestCase):
module,
sources = [os.path.join(directory, module + '.pyx')],
extra_compile_args = CFLAGS,
- pyrex_c_in_temp = 1
)
build_extension.extensions = [extension]
build_extension.build_temp = workdir