From eef3188600b4b745293061012b8389a2f8aa2cf0 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Wed, 12 Mar 2025 17:05:38 +0100 Subject: [PATCH] test_signatures: remove unneeded config from tests --- tests/test_signatures.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/test_signatures.py b/tests/test_signatures.py index 94725942..603ddf2c 100755 --- a/tests/test_signatures.py +++ b/tests/test_signatures.py @@ -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")