Commit 0a81c329 authored by Haoyu Bai's avatar Haoyu Bai

disable purecdef tests for py<2.6 since it uses decorators and with statements

parent 7f563ed4
......@@ -95,6 +95,7 @@ VER_DEP_MODULES = {
(2,6) : (operator.lt, lambda x: x in ['run.print_function',
'run.cython3',
'run.pure_py', # decorators, with statement
'run.purecdef',
]),
# 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
......
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