From 48e8e5b39d377276ae03314cedf0928f022d9511 Mon Sep 17 00:00:00 2001 From: Kefu Chai Date: Thu, 7 Feb 2019 17:51:55 +0800 Subject: [PATCH] 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 --- src/pybind/mgr/ansible/requirements.txt | 1 + src/pybind/mgr/orchestrator_cli/requirements.txt | 1 + 2 files changed, 2 insertions(+) create mode 100644 src/pybind/mgr/ansible/requirements.txt create mode 100644 src/pybind/mgr/orchestrator_cli/requirements.txt diff --git a/src/pybind/mgr/ansible/requirements.txt b/src/pybind/mgr/ansible/requirements.txt new file mode 100644 index 00000000000..8ef288ecc14 --- /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 00000000000..8ef288ecc14 --- /dev/null +++ b/src/pybind/mgr/orchestrator_cli/requirements.txt @@ -0,0 +1 @@ +tox==2.9.1 -- 2.47.3