From: Noah Watkins Date: Fri, 16 Nov 2018 20:48:18 +0000 (-0800) Subject: mgr/insights: use dedicated tox working dir X-Git-Tag: v14.1.0~804^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=8279188694f6536d8fc83b75f9cd7d2689be5368;p=ceph.git mgr/insights: use dedicated tox working dir Avoids conflicting with other test environments. Signed-off-by: Noah Watkins --- diff --git a/src/pybind/mgr/insights/tox.ini b/src/pybind/mgr/insights/tox.ini index 989a8bc3cc5f..207e6fb92349 100644 --- a/src/pybind/mgr/insights/tox.ini +++ b/src/pybind/mgr/insights/tox.ini @@ -1,7 +1,7 @@ [tox] envlist = py27,py3 skipsdist = true -toxworkdir = {env:CEPH_BUILD_DIR} +toxworkdir = {env:CEPH_BUILD_DIR}/insights minversion = 2.8.1 [testenv]