Skip to content

Commit

Permalink
Fix: venv install test
Browse files Browse the repository at this point in the history
  • Loading branch information
bluedrink9 committed Jan 7, 2024
1 parent 1b6f69a commit 9a8dba2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/mason-core/managers/pip3_spec.lua
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ describe("pip3 manager", function()
assert.spy(ctx.spawn.python3).was_called_with {
"-m",
"venv",
"--system-site-packages",
"venv",
}
assert.spy(ctx.spawn.python).was_called(1)
Expand Down

0 comments on commit 9a8dba2

Please sign in to comment.