Commit 477f679f authored by Stefan Behnel's avatar Stefan Behnel

disable Python generators testing in old Python versions

parent 16588229
......@@ -98,6 +98,7 @@ VER_DEP_MODULES = {
]),
(2,6) : (operator.lt, lambda x: x in ['run.print_function',
'run.cython3',
'run.generators_py',
'run.pure_py', # decorators, with statement
]),
# The next line should start (3,); but this is a dictionary, so
......
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