Commit bcf5763f authored by Stefan Behnel's avatar Stefan Behnel

disable generators test in Py2.4 - depends on GeneratorExit and potentially other stuff

parent 65f2111f
...@@ -62,6 +62,7 @@ VER_DEP_MODULES = { ...@@ -62,6 +62,7 @@ VER_DEP_MODULES = {
]), ]),
(2,5) : (operator.lt, lambda x: x in ['run.any', (2,5) : (operator.lt, lambda x: x in ['run.any',
'run.all', 'run.all',
'run.generators',
]), ]),
(2,6) : (operator.lt, lambda x: x in ['run.print_function', (2,6) : (operator.lt, lambda x: x in ['run.print_function',
'run.cython3', '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