Exclude memoryview test from python versions <= 2.5
authorMark Florisson <markflorisson88@gmail.com>
Sun, 14 Apr 2013 15:29:06 +0000 (16:29 +0100)
committerMark Florisson <markflorisson88@gmail.com>
Sun, 14 Apr 2013 15:29:06 +0000 (16:29 +0100)
runtests.py

index 097ee7c..b6b78f5 100755 (executable)
@@ -221,6 +221,7 @@ VER_DEP_MODULES = {
                                           'run.purecdef',
                                           'run.struct_conversion',
                                           # memory views require buffer protocol
+                                          'memoryview.relaxed_strides',
                                           'memoryview.cythonarray',
                                           'memoryview.memslice',
                                           'memoryview.numpy_memoryview',