Skip to content

Commit

Permalink
test(tox): install frozenlist without extensions on Python 3.11 for now
Browse files Browse the repository at this point in the history
Similarly as aiohttp and yarl, frozenlist C bits don't compile against
3.11 at the moment.
  • Loading branch information
scop committed Apr 6, 2022
1 parent 62e5767 commit c00380e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pyproject.toml
Expand Up @@ -63,6 +63,8 @@ setenv =
AIOHTTP_NO_EXTENSIONS = 1
# https://github.com/aio-libs/yarl/issues/680
YARL_NO_EXTENSIONS = 1
# Similarly as for aiohttp and yarl
FROZENLIST_NO_EXTENSIONS = 1
# https://github.com/certifi/python-certifi/issues/170#issuecomment-952885966
PYTEKUKKO_CERTIFI_IMPORTLIB_RESOURCES_PATH_W = -W "default:path is deprecated:DeprecationWarning:certifi.core"
[testenv:pyston3]
Expand Down

0 comments on commit c00380e

Please sign in to comment.