From 430bdf5750d9a097944355f4e2d3c3b5d0e600cc Mon Sep 17 00:00:00 2001 From: Joshua Lock Date: Wed, 9 Mar 2022 11:03:09 +0000 Subject: [PATCH] test: use tox isolated environments Enable tox isolated environments to perform build operations in a virtual environment. See https://tox.wiki/en/latest/config.html#conf-isolated_build Co-Authored-By: Ofek Lev Signed-off-by: Joshua Lock --- tox.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/tox.ini b/tox.ini index cf564b8c..bf64c68f 100644 --- a/tox.ini +++ b/tox.ini @@ -4,6 +4,7 @@ # and then run "tox" from this directory. [tox] +isolated_build=true envlist = lint,docs,py skipsdist = true