Skip to content

Commit f993dfe

Browse files
committed
test: exercise managed providers without prewarming
1 parent dfe5bd3 commit f993dfe

1 file changed

Lines changed: 1 addition & 11 deletions

File tree

tests/test_central_lib_dir.py

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -313,17 +313,7 @@ def test_per_provider_root_alone_resolves_correctly(self, tmp_path):
313313
assert Path(payload["npm"]) == explicit_npm.resolve()
314314
assert payload["pip"] is None
315315

316-
def test_real_installs_land_under_abxpkg_lib_dir(self, test_machine):
317-
test_machine.require_tool("node")
318-
test_machine.require_tool("npm")
319-
test_machine.require_tool("uv")
320-
test_machine.require_tool("pnpm")
321-
test_machine.require_tool("yarn")
322-
test_machine.require_tool("bun")
323-
test_machine.require_tool("deno")
324-
test_machine.require_tool("cargo")
325-
test_machine.require_tool("gem")
326-
316+
def test_real_installs_land_under_abxpkg_lib_dir(self):
327317
with tempfile.TemporaryDirectory() as tmp_dir:
328318
lib_dir = Path(tmp_dir) / "abx-lib"
329319
script = textwrap.dedent(

0 commit comments

Comments
 (0)