mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-13 14:32:28 +03:00
test_signatures: remove unneeded config from tests
This commit is contained in:
parent
d024c8964f
commit
eef3188600
1 changed files with 0 additions and 1 deletions
|
@ -17,7 +17,6 @@ class SignaturesTest(unittest.TestCase):
|
|||
common.config = None
|
||||
config = common.read_config()
|
||||
config['jarsigner'] = common.find_sdk_tools_cmd('jarsigner')
|
||||
config['verbose'] = True
|
||||
common.config = config
|
||||
|
||||
@unittest.skipIf(sys.byteorder == 'big', "androguard is not ported to big-endian")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue