Commit 87b56a4b authored by Stefan Behnel's avatar Stefan Behnel

fix test exclusions

parent 8102e171
......@@ -180,8 +180,8 @@ VER_DEP_MODULES = {
'run.generator_frame_cycle', # yield in try-finally
'run.relativeimport_T542',
'run.relativeimport_star_T542',
'run.numpy_memoryview', # FIXME: feature is currently broken in Py2.4
'run.memslice' # FIXME: feature is currently broken in Py2.4
'memoryview.numpy_memoryview', # FIXME: feature is currently broken in Py2.4
'memoryview.memslice' # FIXME: feature is 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