Commit 07c389f4 authored by Stefan Behnel's avatar Stefan Behnel

fix test exclusion

parent 41099685
...@@ -176,7 +176,7 @@ VER_DEP_MODULES = { ...@@ -176,7 +176,7 @@ VER_DEP_MODULES = {
'run.purecdef', 'run.purecdef',
]), ]),
(2,7) : (operator.lt, lambda x: x in ['run.withstat_py', # multi context with statement (2,7) : (operator.lt, lambda x: x in ['run.withstat_py', # multi context with statement
'run.yield_inside_lambda.py', 'run.yield_inside_lambda',
]), ]),
# The next line should start (3,); but this is a dictionary, so # 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 # 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