From: Kefu Chai Date: Thu, 7 Feb 2019 09:51:55 +0000 (+0800) Subject: mgr: install tox==2.9.1 for tox tests X-Git-Tag: v14.1.0~181^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=48e8e5b39d377276ae03314cedf0928f022d9511;p=ceph.git mgr: install tox==2.9.1 for tox tests * pybind/mgr/ansible/requirements.txt: in src/pybind/mgr/ansible/tox.ini, tox>=2.8.1 is required. to be consistent with other requirements.txt in Ceph, tox 2.9.1 will be installed for these tox environments. * pybind/mgr/orchestrator_cli/requirements.txt: in src/pybind/mgr/orchestrator_cli: tox>=2.5 is required. to be consistent with other requirements.txt in Ceph, tox 2.9.1 will be installed for these tox environments. Signed-off-by: Kefu Chai --- diff --git a/src/pybind/mgr/ansible/requirements.txt b/src/pybind/mgr/ansible/requirements.txt new file mode 100644 index 000000000000..8ef288ecc14c --- /dev/null +++ b/src/pybind/mgr/ansible/requirements.txt @@ -0,0 +1 @@ +tox==2.9.1 diff --git a/src/pybind/mgr/orchestrator_cli/requirements.txt b/src/pybind/mgr/orchestrator_cli/requirements.txt new file mode 100644 index 000000000000..8ef288ecc14c --- /dev/null +++ b/src/pybind/mgr/orchestrator_cli/requirements.txt @@ -0,0 +1 @@ +tox==2.9.1