98
98
" its ancestry shows a ghost at {ghost_rev}",
102
error = errors.IncompatibleAPI("module", (1, 2, 3), (4, 5, 6), (7, 8, 9))
102
error = errors.IncompatibleVersion("module", [(4, 5, 6), (7, 8, 9)],
105
'It supports versions "(4, 5, 6)" to "(7, 8, 9)".',
106
'[(4, 5, 6), (7, 8, 9)] is required, but current version is '
108
110
def test_inconsistent_delta(self):