Add binary_compatibility fixture to test

This commit is contained in:
Jacob Healy 2025-01-16 13:15:03 -07:00
parent f57200648e
commit c28b45583d

View File

@ -3240,7 +3240,7 @@ def test_spec_unification(unify, mutable_config, mock_packages):
_ = spack.cmd.parse_specs([a_restricted, b], concretize=True)
def test_concretize_dev_path_with_at_symbol_in_env(tmpdir, mock_packages):
def test_concretize_dev_path_with_at_symbol_in_env(tmpdir, mock_packages, binary_compatibility):
spec_like = "trivial-smoke-test@1.0"
spec = Spec(spec_like)
add = SpackCommand("add")