Skip to content

Commit a8c96bf

Browse files
committed
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 option: ionelmc/tox-wheel@97a9e89
1 parent b3e857e commit a8c96bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ legacy_tox_ini = """
8080
envlist =
8181
py{36,37,38},lint
8282
minversion=3.20.1
83+
isolated_build=true
8384
requires=
8485
virtualenv >= 20.1.0
8586
tox-wheel >= 0.6.0
@@ -89,7 +90,6 @@ requires=
8990
extras = test
9091
commands = pytest {posargs}
9192
wheel = True
92-
wheel_pep517 = True
9393
wheel_build_env = build
9494
9595
[testenv:build]

0 commit comments

Comments
 (0)