clean up test
Signed-off-by: Todd Gamblin <tgamblin@llnl.gov>
This commit is contained in:
parent
fbdb5a9c95
commit
7b4aa6739f
@ -96,8 +96,8 @@ def test_invalid_json_spec(invalid_json, error_message):
|
||||
# Virtuals on edges
|
||||
"callpath",
|
||||
"mpileaks",
|
||||
# all types of git versions
|
||||
# ensure that we try to serialize all the things that might be in the node dict,
|
||||
# Vvarious types of git versions
|
||||
# Ensure that we try to serialize all the things that might be in the node dict,
|
||||
# e.g., submodule callbacks can fail serialization if they're not fully resolved.
|
||||
"git-url-top-level@develop",
|
||||
"git-url-top-level@submodules",
|
||||
@ -107,10 +107,9 @@ def test_invalid_json_spec(invalid_json, error_message):
|
||||
"git-url-top-level@3.2",
|
||||
"git-url-top-level@3.1",
|
||||
"git-url-top-level@3.0",
|
||||
# URL versions with checksums
|
||||
"git-url-top-level@2.3",
|
||||
"git-url-top-level@2.2",
|
||||
"git-url-top-level@2.1",
|
||||
"git-url-top-level@2.0",
|
||||
],
|
||||
)
|
||||
def test_roundtrip_concrete_specs(abstract_spec, default_mock_concretization):
|
||||
|
Loading…
Reference in New Issue
Block a user