Skip to content

Commit 905d24b

Browse files
committed
fix: UV binary test fixed for proper bubble activation
1 parent 689d18a commit 905d24b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_uv_switching.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ def test_swapped_binary_execution(expected_version):
155155
try:
156156
# This context manager activates the bubble, modifies the PATH,
157157
# times the operation, and handles cleanup.
158-
with omnipkgLoader.context(f'uv=={expected_version}'):
158+
with omnipkgLoader(f'uv=={expected_version}'):
159159
print(_(' 🎯 Executing: uv --version (within context)'))
160160

161161
# Inside the context, 'uv' should resolve to the bubbled version's binary

0 commit comments

Comments
 (0)