Commit 976f9223 authored by Stefan Behnel's avatar Stefan Behnel

disabled numpy_memoryview test in Py2.4 - currently broken

parent dad7c3e2
......@@ -180,6 +180,7 @@ VER_DEP_MODULES = {
'run.generator_frame_cycle', # yield in try-finally
'run.relativeimport_T542',
'run.relativeimport_star_T542',
'run.numpy_memoryview', # FIXME: currently broken in Py2.4
]),
(2,6) : (operator.lt, lambda x: x in ['run.print_function',
'run.cython3',
......
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