Closed graingert closed 4 years ago
Why did I put that warning I wonder ...
Alright. I guess I put it there because isolated_builds don't work with the legacy wheel building, nor it makes sense.
Actually, now that I think a bit this is wrong - having a plugin installed shouldn't change behavior if there wasn't any opt-in the configuration (eg: wheel=true). Might need to revert this to prevent surprising behavior. @graingert
@ionelmc this doesn't trigger without wheel=True
the isolated_build flag is documented as enabling pep517 already: Activate isolated build environment. tox will use a virtual environment to build a source distribution from the source tree. For build tools and arguments use the pyproject.toml file as specified in PEP-517 and PEP-518.