From 483eb2f56657e8e7f419ab1a4fab8dce9ade8609 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 27 Apr 2024 20:24:20 +0200 Subject: Adding upstream version 14.2.21. Signed-off-by: Daniel Baumann --- src/pybind/mgr/orchestrator_cli/tox.ini | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 src/pybind/mgr/orchestrator_cli/tox.ini (limited to 'src/pybind/mgr/orchestrator_cli/tox.ini') diff --git a/src/pybind/mgr/orchestrator_cli/tox.ini b/src/pybind/mgr/orchestrator_cli/tox.ini new file mode 100644 index 00000000..94dd70dd --- /dev/null +++ b/src/pybind/mgr/orchestrator_cli/tox.ini @@ -0,0 +1,18 @@ +[tox] +envlist = py27,py3 +skipsdist = true +toxworkdir = {env:CEPH_BUILD_DIR}/orchestrator_cli +minversion = 2.5 + +[testenv] +deps = + pytest + mock + requests-mock +setenv= + UNITTEST = true + py27: PYTHONPATH = {env:CEPH_LIB}/cython_modules/lib.2 + py3: PYTHONPATH = {env:CEPH_LIB}/cython_modules/lib.3 + +commands= + {envbindir}/py.test . -- cgit v1.2.3