Skip to content

Commit

Permalink
use tox-wheel 0.6 isolated_build flag
Browse files Browse the repository at this point in the history
tox-wheel used to use its own flag to disable legacy builds, it
now uses the tox native config options:

ionelmc/tox-wheel@97a9e89
  • Loading branch information
graingert committed Nov 19, 2020
1 parent 2e1d923 commit fb2662a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,11 @@ legacy_tox_ini = """
[tox]
minversion=3.20.0
isolated_build=true
requires=
virtualenv >= 20.1.0
tox-wheel >= 0.5.0
tox-gh-actions >= 2.0.0
tox-wheel >= 0.6.0
tox-gh-actions >= 2.1.0
;
; Tags explanation:
; * test - run trial tests
Expand All @@ -41,7 +42,6 @@ envlist =
[testenv]
wheel = True
wheel_pep517 = True
wheel_build_env = build
parallel_show_output = True
deps =
Expand Down

0 comments on commit fb2662a

Please sign in to comment.