From: Zack Cerza Date: Fri, 18 Mar 2022 19:02:10 +0000 (-0600) Subject: tox.ini: Set isolated_build X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=05ea3cd8ba8cf95d830c37ad3b760c90294a5c7a;p=teuthology.git tox.ini: Set isolated_build This also requires us to re-add mock to the py3 env. Signed-off-by: Zack Cerza --- diff --git a/tox.ini b/tox.ini index 3e77fd4012..cf442cde3d 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,6 @@ [tox] envlist = docs, py3, flake8, openstack +isolated_build = True [testenv] setenv = @@ -14,6 +15,7 @@ deps= -r{toxinidir}/requirements.txt pytest-cov==2.8.1 coverage==4.5.4 + mock==4.0.3 log_format = %(asctime)s %(levelname)s %(message)s commands= python -m pytest --cov=teuthology --cov-report=term -v {posargs:teuthology scripts}