From bb12dbfebcb213911bb13d50482bd58300b71451 Mon Sep 17 00:00:00 2001 From: Thomas Grainger Date: Mon, 9 Nov 2020 10:30:13 +0000 Subject: [PATCH] use tox-wheel 0.6 isolated_build flag tox-wheel used to use its own flag to disable legacy builds, it now uses the tox native config options: https://github.com/ionelmc/tox-wheel/commit/97a9e898390c951a94d18d7c89132847e4c108df --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index da9d6fbc..e8233556 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,9 +25,10 @@ legacy_tox_ini = """ [tox] minversion=3.20.0 +isolated_build=true requires= virtualenv >= 20.0.31 - tox-wheel >= 0.5.0 + tox-wheel >= 0.6.0 tox-gh-actions >= 2.0.0 ; ; Tags explanation: @@ -41,7 +42,6 @@ envlist = [testenv] wheel = True -wheel_pep517 = True wheel_build_env = build parallel_show_output = True deps =