Update lib/spack/spack/test/concretization/core.py
This commit is contained in:
parent
c1ecf4fad7
commit
767dbbb2c6
@ -3241,7 +3241,7 @@ def test_spec_unification(unify, mutable_config, mock_packages):
|
|||||||
|
|
||||||
|
|
||||||
def test_concretize_dev_path_with_at_symbol_in_env(tmpdir, mock_packages, binary_compatibility):
|
def test_concretize_dev_path_with_at_symbol_in_env(tmpdir, mock_packages, binary_compatibility):
|
||||||
spec_like = "trivial-smoke-test@1.0"
|
spec_like = "develop-test@develop"
|
||||||
spec = Spec(spec_like)
|
spec = Spec(spec_like)
|
||||||
add = SpackCommand("add")
|
add = SpackCommand("add")
|
||||||
develop = SpackCommand("develop")
|
develop = SpackCommand("develop")
|
||||||
|
Loading…
Reference in New Issue
Block a user