Commit b5f87b17 authored by Robert Bradshaw's avatar Robert Bradshaw

Disable pure test for Py < 2.6.

(Uses decorators and with statement.)
parent 477aa1fa
......@@ -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
......
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