From a0aae1dbfd2c44bbdecc8e49a7e91d7f96cc5a3b Mon Sep 17 00:00:00 2001 From: Tamas Nepusz Date: Thu, 8 Apr 2021 14:47:53 +0200 Subject: [PATCH] tox requires isolated_build=True for pyproject.toml --- tox.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/tox.ini b/tox.ini index 16e5e84..c701e94 100644 --- a/tox.ini +++ b/tox.ini @@ -5,6 +5,7 @@ [tox] envlist = py37, py38, py39, pypy3 +isolated_build = True [gh-actions] python =