From d389380eab4b100723e2ecbd1eadb6bb7ffe8d64 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ville=20Skytt=C3=A4?= Date: Sat, 12 Mar 2022 23:07:08 +0200 Subject: [PATCH] test(tox): install aiohttp without extensions on Python 3.11 for now https://github.com/aio-libs/aiohttp/issues/6600 --- pyproject.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 3b6f316..6f8d924 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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]