From 09b509d92db50f33839028eb571eca8e37a81ebf Mon Sep 17 00:00:00 2001 From: Ofek Lev Date: Wed, 7 Sep 2022 13:58:20 -0400 Subject: [PATCH] Use PEP 517 builds for tox (#1318) --- tox.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/tox.ini b/tox.ini index a4cea4a49..ac7e23e54 100644 --- a/tox.ini +++ b/tox.ini @@ -1,4 +1,5 @@ [tox] +isolated_build = True skipsdist = True skip_missing_interpreters = True envlist =