mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-04 22:40:29 +03: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:
commit
239ab5bd21
1 changed files with 1 additions and 0 deletions
|
|
@ -129,6 +129,7 @@ class CommonTest(unittest.TestCase):
|
||||||
except fdroidserver.exception.FDroidException:
|
except fdroidserver.exception.FDroidException:
|
||||||
pass
|
pass
|
||||||
|
|
||||||
|
@unittest.skipUnless(os.getenv('ANDROID_HOME'), "Needs ANDROID_HOME env var")
|
||||||
def test_find_sdk_tools_cmd(self):
|
def test_find_sdk_tools_cmd(self):
|
||||||
fdroidserver.common.config = dict()
|
fdroidserver.common.config = dict()
|
||||||
# TODO add this once everything works without sdk_path set in config
|
# TODO add this once everything works without sdk_path set in config
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue