From: Brad Hubbard Date: Wed, 2 Dec 2020 05:24:16 +0000 (+1000) Subject: mgr/insights: Test environment requires 'six' X-Git-Tag: v15.2.8~18^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=7172db3ea2f96355ac1c8258fbe9fe85cb6a68b8;p=ceph.git mgr/insights: Test environment requires 'six' Not a backport because python2 support was dropped in master and only nautilus and octopus seem to be affected at this time. Signed-off-by: Brad Hubbard --- diff --git a/src/pybind/mgr/insights/tox.ini b/src/pybind/mgr/insights/tox.ini index 9c74a8df0a0..9a1e64bf246 100644 --- a/src/pybind/mgr/insights/tox.ini +++ b/src/pybind/mgr/insights/tox.ini @@ -8,6 +8,7 @@ minversion = 2.8.1 deps = pytest mock + six>=1.14.0 setenv= UNITTEST = true py3: PYTHONPATH = {toxinidir}/../../../../build/lib/cython_modules/lib.3