Commit ffe34c3a authored by Stefan Behnel's avatar Stefan Behnel

minor cleanup in test runner

parent a7ed57bc
......@@ -180,8 +180,6 @@ VER_DEP_MODULES = {
'run.generator_frame_cycle', # yield in try-finally
'run.relativeimport_T542',
'run.relativeimport_star_T542',
'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',
......@@ -190,6 +188,7 @@ VER_DEP_MODULES = {
'run.pure_py', # decorators, with statement
'run.purecdef',
'run.struct_conversion',
# memory views require buffer protocol
'memoryview.cythonarray',
'memoryview.memslice',
'memoryview.numpy_memoryview',
......
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