Fix a unit test to match the new OS semantics
CNL, debian6 and Suse are not compatible
This commit is contained in:
parent
4d25fc0068
commit
0b80035eaa
@ -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):
|
||||
|
Loading…
Reference in New Issue
Block a user