remove redundant list element

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

View File

@ -111,7 +111,6 @@ def test_invalid_json_spec(invalid_json, error_message):
"git-url-top-level@2.2",
"git-url-top-level@2.1",
"git-url-top-level@2.0",
"git-url-top-level@2.3",
],
)
def test_roundtrip_concrete_specs(abstract_spec, default_mock_concretization):