We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b342a7 commit d9e081cCopy full SHA for d9e081c
unittests/test_schema.py
@@ -133,7 +133,7 @@ def test_environments_yaml(yaml_path):
133
# test defaults were set correctly
134
assert env["unify"] == "when_possible"
135
assert env["packages"] == ["perl", "git"]
136
- assert env["mpi"] == {"spec": "cray-mpich", "gpu": "cuda"}
+ assert env["mpi"] == {'depends': [], "spec": "cray-mpich", "gpu": "cuda"}
137
assert env["variants"] == ["+mpi", "+cuda"]
138
assert env["views"] == {"default": None}
139
0 commit comments