Commit 6e18e71a authored by Mark Florisson's avatar Mark Florisson

Exclude numpy memoryview tests pre-2.6

parent be803255
...@@ -190,12 +190,11 @@ VER_DEP_MODULES = { ...@@ -190,12 +190,11 @@ VER_DEP_MODULES = {
'run.pure_py', # decorators, with statement 'run.pure_py', # decorators, with statement
'run.purecdef', 'run.purecdef',
'run.struct_conversion', 'run.struct_conversion',
'run.cythonarray', 'memoryview.cythonarray',
'run.memslice', 'memoryview.memslice',
'run.numpy_memoryview', 'memoryview.numpy_memoryview',
'run.memoryviewattrs', 'memoryview.memoryviewattrs',
'run.memoryview', 'memoryview.memoryview',
'compile.memview_declaration',
]), ]),
(2,7) : (operator.lt, lambda x: x in ['run.withstat_py', # multi context with statement (2,7) : (operator.lt, lambda x: x in ['run.withstat_py', # multi context with statement
'run.yield_inside_lambda', 'run.yield_inside_lambda',
......
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