From 485ebb748185391e28764f48c39322b3cbdac65c Mon Sep 17 00:00:00 2001 From: xXJSONDeruloXx Date: Thu, 10 Sep 2026 16:26:17 -0400 Subject: refactor: remove Flatpak support --- tests/test_plugin_migration.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'tests/test_plugin_migration.py') diff --git a/tests/test_plugin_migration.py b/tests/test_plugin_migration.py index a392f85..54e8f83 100644 --- a/tests/test_plugin_migration.py +++ b/tests/test_plugin_migration.py @@ -25,7 +25,6 @@ class PluginMigrationTests(unittest.TestCase): plugin = Plugin.__new__(Plugin) plugin.installation_service = Mock() - plugin.flatpak_service = Mock() asyncio.run(plugin._migration()) @@ -33,7 +32,6 @@ class PluginMigrationTests(unittest.TestCase): decky.migrate_settings.assert_called_once() decky.migrate_runtime.assert_called_once() plugin.installation_service.install.assert_not_called() - plugin.flatpak_service.migrate_v2.assert_not_called() finally: sys.path.remove("py_modules") if previous_decky is None: -- cgit v1.2.3