disable Py2.6+ bytearray tests in earlier Python versions
authorStefan Behnel <stefan_ml@behnel.de>
Sun, 3 Nov 2013 15:09:23 +0000 (16:09 +0100)
committerStefan Behnel <stefan_ml@behnel.de>
Sun, 3 Nov 2013 15:09:23 +0000 (16:09 +0100)
runtests.py

index 58f6c35..763a977 100755 (executable)
@@ -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',