Update core.py
This commit is contained in:
parent
434541b408
commit
4e29975eed
@ -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")
|
||||
|
Loading…
Reference in New Issue
Block a user