mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-04 22:40:29 +03:00
tests: silence the linters
This commit is contained in:
parent
cc666907a3
commit
c71c2465d3
1 changed files with 1 additions and 0 deletions
|
|
@ -2113,6 +2113,7 @@ class CommonTest(unittest.TestCase):
|
||||||
) as _ignored, mock.patch(
|
) as _ignored, mock.patch(
|
||||||
'fdroidserver.common.sha256sum', return_value=sha256
|
'fdroidserver.common.sha256sum', return_value=sha256
|
||||||
):
|
):
|
||||||
|
_ignored # silence the linters
|
||||||
fdroidserver.common._install_ndk(r)
|
fdroidserver.common._install_ndk(r)
|
||||||
|
|
||||||
def test_fill_config_defaults(self):
|
def test_fill_config_defaults(self):
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue