Skip to content

Commit

Permalink
Enable build isolation under CIWB
Browse files Browse the repository at this point in the history
No idea how this survived, but it is no longer useful and is actively
breaking the build.
  • Loading branch information
ichard26 committed Sep 29, 2022
1 parent 6b42c2b commit 2438459
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 2438459

Please sign in to comment.