]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
mgr/dashboard: create venv for running tox 21490/head
authorKefu Chai <kchai@redhat.com>
Wed, 18 Apr 2018 08:20:29 +0000 (16:20 +0800)
committerKefu Chai <kchai@redhat.com>
Thu, 19 Apr 2018 04:11:59 +0000 (12:11 +0800)
commit1599414827cc194f9ad4e3d4e55710bedc476ef8
treee114877b38b259e45cf562f1976691714f739298
parentf8a0a3cfec0be90fe7f0da7b73176231c29e0a13
mgr/dashboard: create venv for running tox

the tox shipped with centos is 1.4.2, and is way too old. it does not
allow us to define the dependency using generative-envlist.

Signed-off-by: Kefu Chai <kchai@redhat.com>
src/pybind/mgr/dashboard/CMakeLists.txt
src/pybind/mgr/dashboard/requirements.txt
src/pybind/mgr/dashboard/run-tox.sh
src/pybind/mgr/dashboard/tox.ini
src/test/CMakeLists.txt