From fe4b2b9eb7fb8aac81f65630720c9079d0a3121a Mon Sep 17 00:00:00 2001 From: historia Date: Mon, 24 Aug 2026 23:49:34 -0400 Subject: feat: user-friendly menu gating, clearer install/configure path for backends --- app/tests/test_backends_envs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/tests/test_backends_envs.py') diff --git a/app/tests/test_backends_envs.py b/app/tests/test_backends_envs.py index cf4ecc6..bf27f60 100644 --- a/app/tests/test_backends_envs.py +++ b/app/tests/test_backends_envs.py @@ -73,7 +73,7 @@ class PipInstallTests(unittest.TestCase): def test_creates_env_first_when_missing(self): calls = [] - def fake_run(argv): + def fake_run(argv, **kwargs): calls.append(list(argv)) return 0 -- cgit v1.2.3