Commit 0862b946 authored by Stefan Behnel's avatar Stefan Behnel

fixed test runner exclude after renaming test

parent 0663454f
...@@ -171,7 +171,7 @@ VER_DEP_MODULES = { ...@@ -171,7 +171,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.yield_from_pep380', # GeneratorExit 'run.yield_from_pep380', # GeneratorExit
'run.test_generator_frame_cycle', # yield in try-finally 'run.generator_frame_cycle', # yield in try-finally
'run.relativeimport_T542', 'run.relativeimport_T542',
'run.relativeimport_star_T542', 'run.relativeimport_star_T542',
]), ]),
......
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