From 08b8c9e5e9dd4ea74223ad865d1a492ec8ad25d5 Mon Sep 17 00:00:00 2001 From: psakievich Date: Fri, 7 Jun 2024 08:54:26 -0600 Subject: [PATCH] Update lib/spack/spack/test/concretize.py Co-authored-by: Greg Becker --- lib/spack/spack/test/concretize.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/spack/spack/test/concretize.py b/lib/spack/spack/test/concretize.py index dd4957b9870..7dc7c1441d3 100644 --- a/lib/spack/spack/test/concretize.py +++ b/lib/spack/spack/test/concretize.py @@ -2941,7 +2941,7 @@ def test_reuse_prefers_standard_over_git_versions( standard_version, install_mockery_mutable_config, do_not_check_runtimes_on_reuse ): """ - order matters in this test. typically reuse would pick the last installed match + order matters in this test. typically reuse would pick the highest versioned installed match but we want to prefer the standard version over git ref based versions so install git ref last and ensure it is not picked up by reuse """