exclude relativeimport_star_T542 test for py<2.5
authorHaoyu Bai <baihaoyu@gmail.com>
Sat, 2 Apr 2011 07:09:31 +0000 (15:09 +0800)
committerRobert Bradshaw <robertwb@math.washington.edu>
Sat, 16 Apr 2011 07:36:30 +0000 (00:36 -0700)
runtests.py

index c68958f6eb707413d68f681df2ad5b2b98518fc7..80700e9663edb2834ec63bddd1ba5f19f2ffa7cb 100644 (file)
@@ -94,6 +94,7 @@ VER_DEP_MODULES = {
     (2,5) : (operator.lt, lambda x: x in ['run.any',
                                           'run.all',
                                           'run.relativeimport_T542',
+                                          'run.relativeimport_star_T542',
                                           ]),
     (2,6) : (operator.lt, lambda x: x in ['run.print_function',
                                           'run.cython3',