Fix a unit test to match the new OS semantics

CNL, debian6 and Suse are not compatible
This commit is contained in:
Massimiliano Culpo 2021-10-29 18:28:08 +02:00 committed by Todd Gamblin
parent 4d25fc0068
commit 0b80035eaa

View File

@ -299,7 +299,7 @@ def test_architecture_deep_inheritance(self, mock_targets):
with spack.repo.use_repositories(mock_repo):
spec = Spec('foopkg %gcc@4.5.0 os=CNL target=nocona' +
' ^barpkg os=SuSE11 ^bazpkg os=be')
' ^barpkg os=CNL ^bazpkg os=CNL')
spec.concretize()
for s in spec.traverse(root=False):