We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 689d18a commit 905d24bCopy full SHA for 905d24b
1 file changed
tests/test_uv_switching.py
@@ -155,7 +155,7 @@ def test_swapped_binary_execution(expected_version):
155
try:
156
# This context manager activates the bubble, modifies the PATH,
157
# times the operation, and handles cleanup.
158
- with omnipkgLoader.context(f'uv=={expected_version}'):
+ with omnipkgLoader(f'uv=={expected_version}'):
159
print(_(' 🎯 Executing: uv --version (within context)'))
160
161
# Inside the context, 'uv' should resolve to the bubbled version's binary
0 commit comments