Skip to content

Commit 141291a

Browse files
authored
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.
1 parent ddb9924 commit 141291a

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

pyproject.toml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -163,9 +163,6 @@ test-skip = ["*-macosx_arm64", "*-macosx_universal2:arm64"]
163163
HATCH_BUILD_HOOKS_ENABLE = "1"
164164
MYPYC_OPT_LEVEL = "3"
165165
MYPYC_DEBUG_LEVEL = "0"
166-
# The dependencies required to build wheels with mypyc aren't specified in
167-
# [build-system].requires so we'll have to manage the build environment ourselves.
168-
PIP_NO_BUILD_ISOLATION = "no"
169166
# CPython 3.11 wheels aren't available for aiohttp and building a Cython extension
170167
# from source also doesn't work.
171168
AIOHTTP_NO_EXTENSIONS = "1"

0 commit comments

Comments
 (0)