clean up test

Signed-off-by: Todd Gamblin <tgamblin@llnl.gov>
This commit is contained in:
Todd Gamblin 2024-10-28 01:22:35 -07:00
parent fbdb5a9c95
commit 7b4aa6739f
No known key found for this signature in database
GPG Key ID: C16729F1AACF66C6

View File

@ -96,8 +96,8 @@ def test_invalid_json_spec(invalid_json, error_message):
# Virtuals on edges # Virtuals on edges
"callpath", "callpath",
"mpileaks", "mpileaks",
# all types of git versions # Vvarious types of git versions
# ensure that we try to serialize all the things that might be in the node dict, # 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. # e.g., submodule callbacks can fail serialization if they're not fully resolved.
"git-url-top-level@develop", "git-url-top-level@develop",
"git-url-top-level@submodules", "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.2",
"git-url-top-level@3.1", "git-url-top-level@3.1",
"git-url-top-level@3.0", "git-url-top-level@3.0",
# URL versions with checksums
"git-url-top-level@2.3", "git-url-top-level@2.3",
"git-url-top-level@2.2",
"git-url-top-level@2.1", "git-url-top-level@2.1",
"git-url-top-level@2.0",
], ],
) )
def test_roundtrip_concrete_specs(abstract_spec, default_mock_concretization): def test_roundtrip_concrete_specs(abstract_spec, default_mock_concretization):