Add binary_compatibility fixture to test
This commit is contained in:
parent
f57200648e
commit
c28b45583d
@ -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")
|
||||
|
Loading…
Reference in New Issue
Block a user