Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 14 additions & 12 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ deps =
linters: werkzeug<2.3.0

# Common
{py3.6,py3.7,py3.8,py3.9,py3.10,py3.11,py3.12}-common: pytest-asyncio
{py3.6,py3.7,py3.8,py3.9,py3.10,py3.11,py3.12}-common: pytest-asyncio<=0.21.1
# See https://github.com/pytest-dev/pytest/issues/9621
# and https://github.com/pytest-dev/pytest-forked/issues/67
# for justification of the upper bound on pytest
Expand All @@ -252,6 +252,8 @@ deps =
aiohttp-v3.8: aiohttp~=3.8.0
aiohttp-latest: aiohttp
aiohttp: pytest-aiohttp
aiohttp-v3.8: pytest-asyncio<=0.21.1
aiohttp-latest: pytest-asyncio<=0.21.1

# Ariadne
ariadne-v0.20: ariadne~=0.20.0
Expand All @@ -265,17 +267,17 @@ deps =
arq-v0.23: pydantic<2
arq-latest: arq
arq: fakeredis>=2.2.0,<2.8
arq: pytest-asyncio
arq: pytest-asyncio<=0.21.1
arq: async-timeout

# Asgi
asgi: pytest-asyncio
asgi: pytest-asyncio<=0.21.1
asgi: async-asgi-testclient

# Asyncpg
asyncpg-v0.23: asyncpg~=0.23.0
asyncpg-latest: asyncpg
asyncpg: pytest-asyncio
asyncpg: pytest-asyncio<=0.21.1

# AWS Lambda
aws_lambda: boto3
Expand Down Expand Up @@ -329,10 +331,10 @@ deps =
django-v{1.8,1.11,2.0}: pytest-django<4.0
django-v{2.2,3.0,3.2,4.0,4.1,4.2,5.0}: pytest-django
django-v{4.0,4.1,4.2,5.0}: djangorestframework
django-v{4.0,4.1,4.2,5.0}: pytest-asyncio
django-v{4.0,4.1,4.2,5.0}: pytest-asyncio<=0.21.1
django-v{4.0,4.1,4.2,5.0}: Werkzeug
django-latest: djangorestframework
django-latest: pytest-asyncio
django-latest: pytest-asyncio<=0.21.1
django-latest: pytest-django
django-latest: Werkzeug
django-latest: channels[daphne]
Expand Down Expand Up @@ -360,7 +362,7 @@ deps =
# FastAPI
fastapi: httpx
fastapi: anyio<4.0.0 # thats a dep of httpx
fastapi: pytest-asyncio
fastapi: pytest-asyncio<=0.21.1
fastapi: python-multipart
fastapi: requests
fastapi-v{0.79}: fastapi~=0.79.0
Expand Down Expand Up @@ -407,7 +409,7 @@ deps =
grpc: protobuf
grpc: mypy-protobuf
grpc: types-protobuf
grpc: pytest-asyncio
grpc: pytest-asyncio<=0.21.1
grpc-v1.21: grpcio-tools~=1.21.0
grpc-v1.30: grpcio-tools~=1.30.0
grpc-v1.40: grpcio-tools~=1.40.0
Expand Down Expand Up @@ -466,7 +468,7 @@ deps =

# Quart
quart: quart-auth
quart: pytest-asyncio
quart: pytest-asyncio<=0.21.1
quart-v0.16: blinker<1.6
quart-v0.16: jinja2<3.1.0
quart-v0.16: Werkzeug<2.1.0
Expand All @@ -478,7 +480,7 @@ deps =

# Redis
redis: fakeredis!=1.7.4
{py3.7,py3.8,py3.9,py3.10,py3.11}-redis: pytest-asyncio
{py3.7,py3.8,py3.9,py3.10,py3.11}-redis: pytest-asyncio<=0.21.1
redis-v3: redis~=3.0
redis-v4: redis~=4.0
redis-v5: redis~=5.0
Expand Down Expand Up @@ -520,7 +522,7 @@ deps =
sanic-latest: sanic

# Starlette
starlette: pytest-asyncio
starlette: pytest-asyncio<=0.21.1
starlette: python-multipart
starlette: requests
starlette: httpx
Expand All @@ -534,7 +536,7 @@ deps =
starlette-latest: starlette

# Starlite
starlite: pytest-asyncio
starlite: pytest-asyncio<=0.21.1
starlite: python-multipart
starlite: requests
starlite: cryptography
Expand Down