Commit 2e3d8413 authored by Stefan Behnel's avatar Stefan Behnel

disable Py2.6+ bytearray tests in earlier Python versions

parent 862065f4
......@@ -235,7 +235,8 @@ VER_DEP_MODULES = {
'run.pure_py', # decorators, with statement
'run.purecdef',
'run.struct_conversion',
'run.bytearray',
'run.bytearray_coercion',
'run.bytearraymethods',
# memory views require buffer protocol
'memoryview.relaxed_strides',
'memoryview.cythonarray',
......
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