From: Noah Watkins Date: Tue, 27 Nov 2018 20:46:53 +0000 (-0800) Subject: mgr/dashboard: use dedicated tox working dir X-Git-Tag: v14.1.0~779^2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=9b125b087a632a4ee6cbdae312bb27c7edd4941d;p=ceph-ci.git mgr/dashboard: use dedicated tox working dir Avoids conflicting with other test environments. Fixes: https://tracker.ceph.com/issues/37405 Signed-off-by: Noah Watkins --- diff --git a/src/pybind/mgr/dashboard/tox.ini b/src/pybind/mgr/dashboard/tox.ini index f1602ec8eb0..89d3c3269cf 100644 --- a/src/pybind/mgr/dashboard/tox.ini +++ b/src/pybind/mgr/dashboard/tox.ini @@ -1,7 +1,7 @@ [tox] envlist = {py27,py3}-cov,{py27,py3}-lint skipsdist = true -toxworkdir = {env:CEPH_BUILD_DIR} +toxworkdir = {env:CEPH_BUILD_DIR}/dashboard minversion = 2.8.1 [testenv]