diff options
| author | historia <historiavg@proton.me> | 2026-08-24 23:49:34 -0400 |
|---|---|---|
| committer | historia <historiavg@proton.me> | 2026-08-24 23:49:34 -0400 |
| commit | fe4b2b9eb7fb8aac81f65630720c9079d0a3121a (patch) | |
| tree | 9c5e5f56d0b931d25e6580f10d09453505eddc2f /app/tests/test_backends_envs.py | |
| parent | f4b1de303704e13818259d5057d176cd841b6ed8 (diff) | |
| download | tts-audiobook-generator-fe4b2b9eb7fb8aac81f65630720c9079d0a3121a.tar.gz | |
feat: user-friendly menu gating, clearer install/configure path for backends
Diffstat (limited to 'app/tests/test_backends_envs.py')
| -rw-r--r-- | app/tests/test_backends_envs.py | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
