This commit is contained in:
firestar5683
2026-07-02 15:50:24 -05:00
parent 1afb6b3978
commit 5bbe5f1daf
8 changed files with 124 additions and 18 deletions
+1 -1
View File
@@ -125,7 +125,7 @@ class TestManager:
def test_python_ui_subprocess_is_scoped_to_ui(self):
ui_proc = managed_processes["ui"]
uses_python_ui = python_ui_enabled(HARDWARE.get_device_type())
subprocess_scoped_procs = {"the_galaxy"}
subprocess_scoped_procs = {"the_galaxy", "updated"}
assert isinstance(ui_proc, PythonProcess) == uses_python_ui
if uses_python_ui: