61
61
# with the chosen backing format.
62
62
if isinstance(format, remote.RemoteRepositoryFormat):
63
63
with_support = dict(scenario_info)
65
65
supported_scenarios.append((test_name + "(Supported)", with_support))
66
66
no_support = dict(scenario_info)
67
67
no_support['repository_format'] = RepositoryFormatKnitPack5()