Commit 7de38ae0 authored by Stefan Behnel's avatar Stefan Behnel

properly disable test in Py2.3

parent 4464d241
......@@ -62,7 +62,7 @@ VER_DEP_MODULES = {
]),
(2,4) : (operator.le, lambda x: x in ['run.extern_builtins_T258'
]),
(2,3) : (operator.le, lambda x: x in ['run.builtin_sorted'
(2,4) : (operator.lt, lambda x: x in ['run.builtin_sorted'
]),
(2,6) : (operator.lt, lambda x: x in ['run.print_function',
'run.cython3',
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment