Skip to content
This repository has been archived by the owner on Sep 28, 2022. It is now read-only.

Commit

Permalink
test(tox): install aiohttp without extensions on Python 3.11 for now
Browse files Browse the repository at this point in the history
  • Loading branch information
scop committed Mar 12, 2022
1 parent d4fda61 commit d389380
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,8 @@ commands =
{envpython} -X dev -bb -W error -m pylttoaine version
[testenv:py311]
setenv =
# https://github.com/aio-libs/aiohttp/issues/6600
AIOHTTP_NO_EXTENSIONS = 1
# https://github.com/aio-libs/yarl/issues/680
YARL_NO_EXTENSIONS = 1
[testenv:pyston3]
Expand Down

0 comments on commit d389380

Please sign in to comment.