Skip to content

Commit 9ff746a

Browse files
committed
test: add print to dep_path
1 parent 6905c13 commit 9ff746a

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

tests/test_venv_create.lua

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@ T['create']['uv_sync'] = function()
4646
local python_version = vim.fn.system([[python3 -c 'import sys; print(f"{sys.version_info[0]}.{sys.version_info[1]}", end="")']])
4747

4848
local dep_path = ("examples/python_projects/uv/.venv/lib/python%s/site-packages/boto3"):format(python_version)
49+
50+
print(dep_path)
4951
eq(vim.fn.isdirectory(dep_path), 1)
5052
end
5153

0 commit comments

Comments
 (0)