mirror of
https://github.com/frappe/bench.git
synced 2024-11-16 01:57:08 +00:00
test: Skip deps resolution for non develop branches
This commit is contained in:
parent
22294fce5b
commit
203f41e405
@ -106,6 +106,7 @@ class TestBenchInit(TestBenchBase):
|
|||||||
).decode("utf8")
|
).decode("utf8")
|
||||||
self.assertTrue(app_installed_in_env)
|
self.assertTrue(app_installed_in_env)
|
||||||
|
|
||||||
|
@unittest.skipIf(FRAPPE_BRANCH != "develop", "only for develop branch")
|
||||||
def test_get_app_resolve_deps(self):
|
def test_get_app_resolve_deps(self):
|
||||||
FRAPPE_APP = "healthcare"
|
FRAPPE_APP = "healthcare"
|
||||||
self.init_bench("test-bench")
|
self.init_bench("test-bench")
|
||||||
|
Loading…
Reference in New Issue
Block a user