You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Events like pypa/setuptools#4910 highlight that many users are not familiar with how build-isolation works when building Python projects, and how the python build backends (like setuptools) are not pinned in any way in the lock file.
For this reason, it may be convenient to have an option to opt out of build isolation for all pypi dependencies, with the additional burden that in that case you need to manually add to the manifest all the build backends you want to use (but with the advantage that in that case the build backends used are included in the lockfile).
The text was updated successfully, but these errors were encountered:
Fortunately, TOML makes a distinction between strings and booleans. 🙂 Also normally no-build-isolation is an array, so it should be easy to distinguish.
Problem description
Events like pypa/setuptools#4910 highlight that many users are not familiar with how build-isolation works when building Python projects, and how the python build backends (like setuptools) are not pinned in any way in the lock file.
For this reason, it may be convenient to have an option to opt out of build isolation for all pypi dependencies, with the additional burden that in that case you need to manually add to the manifest all the build backends you want to use (but with the advantage that in that case the build backends used are included in the lockfile).
The text was updated successfully, but these errors were encountered: