Skip to content

Commit 702d615

Browse files
authored
test_binary_provenance_relative_to_mirror: do not require gpg signing for fake mirror (spack#50943)
1 parent 444b860 commit 702d615

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/spack/spack/test/cmd/mirror.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -642,7 +642,7 @@ def test_binary_provenance_relative_to_mirror(
642642

643643
# push the commit past mirror
644644
git("-C", repo_path, "checkout", "main", output=str)
645-
git("-C", repo_path, "commit", "--allow-empty", "-m", "bump sha")
645+
git("-C", repo_path, "commit", "--no-gpg-sign", "--allow-empty", "-m", "bump sha")
646646
head_commit = git("-C", repo_path, "rev-parse", "main", output=str).strip()
647647

648648
spec_mirror = spack.concretize.concretize_one("git-test-commit@main")

0 commit comments

Comments
 (0)