We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6850541 commit 930f0c0Copy full SHA for 930f0c0
1 file changed
tests/test_venv_create.lua
@@ -44,6 +44,7 @@ T['create']['uv_sync'] = function()
44
child.lua("create.create_venv_with_python('.venv', 'python3')")
45
child.lua("create.uv_sync('uv.lock', '.venv', function()end, false)")
46
47
+ print(vim.fn.system("ls -l examples/python_projects/uv/.venv/bin/"))
48
local obj = vim.system({
49
"examples/python_projects/uv/.venv/bin/python",
50
"-c",
0 commit comments