Commit 5af6d31a authored by Lisandro Dalcin's avatar Lisandro Dalcin

runtests with refnanny does not need ctypes anymore

parent 654b16a2
......@@ -554,7 +554,6 @@ if __name__ == '__main__':
if options.with_refnanny:
from pyximport.pyxbuild import pyx_to_dll
import ctypes
libpath = pyx_to_dll(os.path.join("Cython", "Runtime", "refnanny.pyx"),
build_in_temp=True,
pyxbuild_dir=os.path.join(WORKDIR, "support"))
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment