From: Brad Hubbard Date: Wed, 2 Dec 2020 05:24:16 +0000 (+1000) Subject: mgr/insights: Test environment requires 'six' X-Git-Tag: v14.2.17~28^2~10^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=6964bdda4b4bcda47c9d92bde0a3a0e9899c56b4;p=ceph.git mgr/insights: Test environment requires 'six' Not a backport because python2 support was dropped in master and only nautilus seems 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 ddb98cea2c34..c02393af39ff 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 py27: PYTHONPATH = {env:CEPH_LIB}/cython_modules/lib.2