1
0
mirror of https://gitlab.com/fdroid/fdroidserver.git synced 2024-10-02 09:10:11 +02:00

Merge branch 'test_find_sdk_tools_cmd-intermittent' into 'master'

set skipUnless for test that relies on ANDROID_HOME

See merge request fdroid/fdroidserver!1334
This commit is contained in:
Hans-Christoph Steiner 2023-04-11 09:05:18 +00:00
commit 239ab5bd21

View File

@ -129,6 +129,7 @@ class CommonTest(unittest.TestCase):
except fdroidserver.exception.FDroidException:
pass
@unittest.skipUnless(os.getenv('ANDROID_HOME'), "Needs ANDROID_HOME env var")
def test_find_sdk_tools_cmd(self):
fdroidserver.common.config = dict()
# TODO add this once everything works without sdk_path set in config