Update lib/spack/spack/test/concretize.py

Co-authored-by: Greg Becker <becker33@llnl.gov>
This commit is contained in:
psakievich 2024-06-07 08:54:26 -06:00 committed by GitHub
parent aa25fb9412
commit 08b8c9e5e9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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
"""