support setting language level (2 or 3) for source code - currently configures string...
[cython.git] / runtests.py
index 891f0b69aa5ecdecfd676b717c2deeef3053588e..3e1ea1ca2eb4f7967d8f91bb30d776bd3bb330a7 100644 (file)
@@ -53,7 +53,8 @@ VER_DEP_MODULES = {
     # (2,4) : (operator.le, ...) excludes ... when PyVer <= 2.4.x
     (2,4) : (operator.le, lambda x: x in ['run.extern_builtins_T258'
                                           ]),
-    (2,6) : (operator.lt, lambda x: x in ['run.print_function'
+    (2,6) : (operator.lt, lambda x: x in ['run.print_function',
+                                          'run.cython3',
                                           ]),
     (3,): (operator.ge, lambda x: x in ['run.non_future_division',
                                         'compile.extsetslice',