We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a937698 commit e17ee19Copy full SHA for e17ee19
tests/integration/test_manylinux.py
@@ -589,8 +589,6 @@ def test_numpy_sbom(
589
expected_purl_prefix = "pkg:rpm/centos/"
590
elif policy.startswith("manylinux_2_31_"):
591
expected_purl_prefix = "pkg:deb/ubuntu/"
592
- elif policy.startswith("manylinux_2_34_"):
593
- expected_purl_prefix = "pkg:rpm/almalinux/"
594
else:
595
expected_purl_prefix = "pkg:rpm/almalinux/"
596
0 commit comments