From: Richard Si <63936253+ichard26@users.noreply.github.com> Date: Thu, 29 Sep 2022 02:56:28 +0000 (-0400) Subject: Enable build isolation under CIWB (#3297) X-Git-Url: https://git.madduck.net/etc/vim.git/commitdiff_plain/141291a1d86d43158da89d0254b7c2cc79609679?hp=ddb99241b583f45e01df622c0d8f119aecd0188e Enable build isolation under CIWB (#3297) No idea how this is still here after the Hatchling PR, but it is no longer useful and is breaking the build. --- diff --git a/pyproject.toml b/pyproject.toml index 412e46c..554d7d0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -163,9 +163,6 @@ test-skip = ["*-macosx_arm64", "*-macosx_universal2:arm64"] HATCH_BUILD_HOOKS_ENABLE = "1" MYPYC_OPT_LEVEL = "3" MYPYC_DEBUG_LEVEL = "0" -# The dependencies required to build wheels with mypyc aren't specified in -# [build-system].requires so we'll have to manage the build environment ourselves. -PIP_NO_BUILD_ISOLATION = "no" # CPython 3.11 wheels aren't available for aiohttp and building a Cython extension # from source also doesn't work. AIOHTTP_NO_EXTENSIONS = "1"