tests: silence the linters

This commit is contained in:
Hans-Christoph Steiner 2021-09-20 10:51:49 +02:00
parent cc666907a3
commit c71c2465d3
No known key found for this signature in database
GPG Key ID: 3E177817BA1B9BFA
1 changed files with 1 additions and 0 deletions

View File

@ -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):