Skip to content

Commit

Permalink
Disable C extension in aiohttp to fix Python 3.12 install
Browse files Browse the repository at this point in the history
Disable the C extension in aiohttp that's incompatible with Python 3.12
as of 3.8.5, in order to make it possible to install it (in pure Python
version) for testing.
  • Loading branch information
mgorny authored and jairhenrique committed Aug 9, 2023
1 parent 69621c6 commit defad28
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -81,3 +81,7 @@ passenv =
AWS_ACCESS_KEY_ID
AWS_DEFAULT_REGION
AWS_SECRET_ACCESS_KEY
setenv =
# workaround for broken C extension in aiohttp
# see: https://github.com/aio-libs/aiohttp/issues/7229
py312: AIOHTTP_NO_EXTENSIONS=1

0 comments on commit defad28

Please sign in to comment.