From 3859b9ab0c42b8c95550589f52cdd88fe65dead6 Mon Sep 17 00:00:00 2001 From: ZhiQiang Fan Date: Sat, 19 Mar 2016 01:17:39 +0800 Subject: [PATCH] add missing hbase requirement We enable hbase in CI gate, but without install the dependent package. Change-Id: Id316595b91998bda350e52b22aef7dcec02ea9bf Closes-Bug: #1558969 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 3e3a694c4..b2e692213 100644 --- a/tox.ini +++ b/tox.ini @@ -43,7 +43,7 @@ commands = overtest postgresql python setup.py testr --slowest --testr-args="{posargs}" [testenv:functional] -deps = .[mysql,postgresql,mongodb,test] +deps = .[mysql,postgresql,mongodb,hbase,test] setenv = VIRTUAL_ENV={envdir} OS_TEST_PATH=aodh/tests/functional/ GABBI_LIVE_FAIL_IF_NO_TEST=1