From d8362d02c72162f7aa23769c92dbbe9e04e17fac Mon Sep 17 00:00:00 2001 From: kshea21 Date: Tue, 11 Feb 2025 15:47:29 -0800 Subject: [PATCH] pushing to rebase --- lib/spack/spack/test/installer.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/spack/spack/test/installer.py b/lib/spack/spack/test/installer.py index 88675ad2f29..d960319b3a6 100644 --- a/lib/spack/spack/test/installer.py +++ b/lib/spack/spack/test/installer.py @@ -724,10 +724,10 @@ def test_install_splice_root_from_binary( def test_installing_task_use_cache(install_mockery, monkeypatch): installer = create_installer(["trivial-install-test-package"], {}) request = installer.build_requests[0] - task = create_build_task(request.pkg) + # task = create_build_task(request.pkg) monkeypatch.setattr(inst, "_install_from_cache", _true) - installer.start_task(task, , None) + # installer.start_task(task, , None) assert request.pkg_id in installer.installed