From c71c2465d3c1398d9e53de9238ccc84cd8c29729 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Mon, 20 Sep 2021 10:51:49 +0200 Subject: [PATCH] tests: silence the linters --- tests/common.TestCase | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/common.TestCase b/tests/common.TestCase index f5ae4725..389859d4 100755 --- a/tests/common.TestCase +++ b/tests/common.TestCase @@ -2113,6 +2113,7 @@ class CommonTest(unittest.TestCase): ) as _ignored, mock.patch( 'fdroidserver.common.sha256sum', return_value=sha256 ): + _ignored # silence the linters fdroidserver.common._install_ndk(r) def test_fill_config_defaults(self):