Disable pure test for Py < 2.6.
authorRobert Bradshaw <robertwb@math.washington.edu>
Thu, 9 Dec 2010 11:13:37 +0000 (03:13 -0800)
committerRobert Bradshaw <robertwb@math.washington.edu>
Thu, 9 Dec 2010 11:13:37 +0000 (03:13 -0800)
(Uses decorators and with statement.)

runtests.py

index 579230c5da849cfa643aa364cce5ba3ca98b2429..e96e016964474f4336a9f6c375ccca1cd3754dcd 100644 (file)
@@ -65,6 +65,7 @@ VER_DEP_MODULES = {
                                           ]),
     (2,6) : (operator.lt, lambda x: x in ['run.print_function',
                                           'run.cython3',
+                                          'run.pure_py', # decorators, with statement
                                           ]),
     # The next line should start (3,); but this is a dictionary, so
     # we can only have one (3,) key.  Since 2.7 is supposed to be the