61
61
def test_unsupported_launchpadlib_version(self):
62
62
# If the installed version of launchpadlib is less than the minimum
63
63
# required version of launchpadlib, check_launchpadlib_compatibility
65
65
launchpadlib = launchpadlib_feature.module
66
66
self.patch(launchpadlib, '__version__', '1.5.0')
67
67
self.lp_api.MINIMUM_LAUNCHPADLIB_VERSION = (1, 5, 1)
70
70
self.lp_api.check_launchpadlib_compatibility)