Update core.py

This commit is contained in:
psakievich 2025-04-08 21:07:31 -06:00 committed by GitHub
parent 434541b408
commit 4e29975eed
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2735,7 +2735,7 @@ def test_phil_git_based_version_must_exist_to_use_ref(self):
spack.concretize.concretize_one(f"gmake commit={'a' * 40}")
assert "Cannot use commit variant with" in e.value.message
@pytest.mark.disable("not supporting on this branch")
@pytest.mark.skip("not supporting on this branch")
def test_phil_commit_variant_in_absence_of_version_selects_max_infinity_version(self):
spec = spack.concretize.concretize_one(f"git-ref-package commit={'a' * 40}")
assert spec.satisfies("@develop")