Skip to content

Commit

Permalink
tidy
Browse files Browse the repository at this point in the history
Signed-off-by: Jan Kowalleck <[email protected]>
  • Loading branch information
jkowalleck committed May 6, 2024
1 parent a7068b5 commit 3fc83ac
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/test_deserialize_json.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ def test_empty_supplier(self) -> None:
bom = Bom.from_json(json)
self.assertIsInstance(bom, Bom)


@data(SchemaVersion.V1_4, SchemaVersion.V1_3, SchemaVersion.V1_2)
def test_mixed_licenses_before15(self, sv: SchemaVersion) -> None:
# before CDX 1.5 it was allowed to mix `expression` and `license`
Expand Down

0 comments on commit 3fc83ac

Please sign in to comment.