Skip to content

Commit e17ee19

Browse files
auvipymayeut
andauthored
Update tests/integration/test_manylinux.py
Co-authored-by: Matthieu Darbois <[email protected]>
1 parent a937698 commit e17ee19

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/integration/test_manylinux.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -589,8 +589,6 @@ def test_numpy_sbom(
589589
expected_purl_prefix = "pkg:rpm/centos/"
590590
elif policy.startswith("manylinux_2_31_"):
591591
expected_purl_prefix = "pkg:deb/ubuntu/"
592-
elif policy.startswith("manylinux_2_34_"):
593-
expected_purl_prefix = "pkg:rpm/almalinux/"
594592
else:
595593
expected_purl_prefix = "pkg:rpm/almalinux/"
596594

0 commit comments

Comments
 (0)