diff options
Diffstat (limited to 'tests/mason-core/installer/context_spec.lua')
| -rw-r--r-- | tests/mason-core/installer/context_spec.lua | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/mason-core/installer/context_spec.lua b/tests/mason-core/installer/context_spec.lua index 0a5b7410..e09ebd52 100644 --- a/tests/mason-core/installer/context_spec.lua +++ b/tests/mason-core/installer/context_spec.lua @@ -105,7 +105,6 @@ cmd.exe /C echo %GREETING% %*]] stub(ctx.cwd, "get") ctx.cwd.get.returns "/tmp/placeholder" stub(ctx, "write_shell_exec_wrapper") - stub(ctx.spawn, "python") ctx:write_pyvenv_exec_wrapper("my-wrapper-script", "my-module") |
