From 8e51aca19c1299972fb0b8f7d7b91e108984988c Mon Sep 17 00:00:00 2001 From: Michael Hudson-Doyle Date: Tue, 18 Jul 2023 13:31:01 +1200 Subject: [PATCH] maybe fix CI in actions --- subiquity/server/controllers/tests/test_install.py | 1 + 1 file changed, 1 insertion(+) diff --git a/subiquity/server/controllers/tests/test_install.py b/subiquity/server/controllers/tests/test_install.py index da0f17a77..9419e6b7d 100644 --- a/subiquity/server/controllers/tests/test_install.py +++ b/subiquity/server/controllers/tests/test_install.py @@ -213,6 +213,7 @@ async def test_install_package(self, m_sleep): def setup_rp_test(self): app = self.controller.app + app.opts.dry_run = False fsc = app.controllers.Filesystem fsc.reset_partition_only = True app.package_installer = Mock()