mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-15 11:40:30 +03:00
switch to preferring apksigner, requiring for fdroid publish
This commit is contained in:
parent
8a9852209b
commit
903a7396b1
7 changed files with 67 additions and 82 deletions
|
|
@ -37,6 +37,8 @@ class BuildTest(unittest.TestCase):
|
|||
if not os.path.exists(self.tmpdir):
|
||||
os.makedirs(self.tmpdir)
|
||||
os.chdir(self.basedir)
|
||||
fdroidserver.common.config = None
|
||||
fdroidserver.build.config = None
|
||||
|
||||
def test_get_apk_metadata(self):
|
||||
config = dict()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue