Skip to content

Commit

Permalink
reflow
Browse files Browse the repository at this point in the history
Signed-off-by: William Woodruff <[email protected]>
  • Loading branch information
woodruffw committed Sep 13, 2024
1 parent 9f37b3e commit 61c1d03
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions test/test_bundle.py
Original file line number Diff line number Diff line change
Expand Up @@ -325,6 +325,7 @@ def test_verify_cpython_release_bundles(subtests):
version = json.loads(version_path.read_text())
for artifact in version:
bundle = artifact.get("sigstore")
if bundle:
with subtests.test(artifact["url"]):
pass
if not bundle:
continue
with subtests.test(artifact["url"]):
pass

0 comments on commit 61c1d03

Please sign in to comment.