mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-13 14:32:28 +03:00
skip gpgsign test if gpg is not availabe on the PATH
This commit is contained in:
parent
b7c5233668
commit
efda0f5d6c
1 changed files with 1 additions and 0 deletions
|
@ -233,6 +233,7 @@ class IntegrationTest(unittest.TestCase):
|
|||
self.fdroid_cmd + ["scanner", "org.fdroid.ci.test.app", "--verbose"]
|
||||
)
|
||||
|
||||
@unittest.skipUnless(shutil.which("gpg"), "requires command line gpg")
|
||||
def test_copy_repo_generate_java_gpg_keys_update_and_gpgsign(self):
|
||||
self.fdroid_init_with_prebuilt_keystore()
|
||||
shutil.copytree(FILES / "repo", "repo", dirs_exist_ok=True)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue