From 7172db3ea2f96355ac1c8258fbe9fe85cb6a68b8 Mon Sep 17 00:00:00 2001 From: Brad Hubbard Date: Wed, 2 Dec 2020 15:24:16 +1000 Subject: [PATCH] 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 --- src/pybind/mgr/insights/tox.ini | 1 + 1 file changed, 1 insertion(+) 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 -- 2.47.3