64
64
if isinstance(format, remote.RemoteRepositoryFormat):
65
65
with_support = dict(scenario_info)
66
66
with_support['repository_format'] = \
68
68
supported.append((test_name + "(Supported)", with_support))
69
69
no_support = dict(scenario_info)
70
70
no_support['repository_format'] = RepositoryFormatKnitPack5()