Merge pull request #1528 from ogayot/enable-pro

ubuntu-pro: enable for LTS releases
This commit is contained in:
Olivier Gayot 2023-01-27 10:02:11 +01:00 committed by GitHub
commit 32afc4b515
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 6 deletions

View File

@ -69,12 +69,6 @@ class UbuntuProController(SubiquityTuiController):
await self.endpoint.skip.POST()
raise Skip("Not running LTS version")
# TODO remove these three lines when all dependencies for Ubuntu Pro
# are available in focal-updates.
if not self.app.opts.dry_run:
await self.endpoint.skip.POST()
raise Skip("Skipping Ubuntu Pro for now")
ubuntu_pro_info: UbuntuProResponse = await self.endpoint.GET()
return UbuntuProView(self,
token=ubuntu_pro_info.token,