Skip to content

Commit

Permalink
test(helpers: fake_pikaur): skip checksums
Browse files Browse the repository at this point in the history
  • Loading branch information
actionless committed Sep 5, 2024
1 parent a489bde commit 77ac56e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pikaur_test/helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,7 @@ def pikaur(
new_args += [
"--makepkg-path=" + str(TEST_DIR / "fake_makepkg"),
]
mflags.append("--skipchecksums")
if fake_makepkg_noextract:
mflags.append("--noextract")
if fake_makepkg_version:
Expand Down

0 comments on commit 77ac56e

Please sign in to comment.