Skip to content

Commit 099f6d7

Browse files
authored
fix(tests): Update pytest-asyncio to fix CI (getsentry#3030)
1 parent 5dc2b9a commit 099f6d7

File tree

1 file changed

+15
-14
lines changed

1 file changed

+15
-14
lines changed

tox.ini

Lines changed: 15 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ deps =
248248

249249
# === Common ===
250250
py3.8-common: hypothesis
251-
{py3.6,py3.7,py3.8,py3.9,py3.10,py3.11,py3.12}-common: pytest-asyncio<=0.21.1
251+
{py3.6,py3.7,py3.8,py3.9,py3.10,py3.11,py3.12}-common: pytest-asyncio
252252
# See https://github.com/pytest-dev/pytest/issues/9621
253253
# and https://github.com/pytest-dev/pytest-forked/issues/67
254254
# for justification of the upper bound on pytest
@@ -268,8 +268,8 @@ deps =
268268
aiohttp-v3.8: aiohttp~=3.8.0
269269
aiohttp-latest: aiohttp
270270
aiohttp: pytest-aiohttp
271-
aiohttp-v3.8: pytest-asyncio<=0.21.1
272-
aiohttp-latest: pytest-asyncio<=0.21.1
271+
aiohttp-v3.8: pytest-asyncio
272+
aiohttp-latest: pytest-asyncio
273273

274274
# Ariadne
275275
ariadne-v0.20: ariadne~=0.20.0
@@ -283,17 +283,17 @@ deps =
283283
arq-v0.23: pydantic<2
284284
arq-latest: arq
285285
arq: fakeredis>=2.2.0,<2.8
286-
arq: pytest-asyncio<=0.21.1
286+
arq: pytest-asyncio
287287
arq: async-timeout
288288

289289
# Asgi
290-
asgi: pytest-asyncio<=0.21.1
290+
asgi: pytest-asyncio
291291
asgi: async-asgi-testclient
292292

293293
# Asyncpg
294294
asyncpg-v0.23: asyncpg~=0.23.0
295295
asyncpg-latest: asyncpg
296-
asyncpg: pytest-asyncio<=0.21.1
296+
asyncpg: pytest-asyncio
297297

298298
# AWS Lambda
299299
aws_lambda: boto3
@@ -345,10 +345,10 @@ deps =
345345
django-v{1.11,2.0,2.2,3.0}: pytest-django<4.0
346346
django-v{3.2,4.0,4.1,4.2,5.0}: pytest-django
347347
django-v{4.0,4.1,4.2,5.0}: djangorestframework
348-
django-v{4.0,4.1,4.2,5.0}: pytest-asyncio<=0.21.1
348+
django-v{4.0,4.1,4.2,5.0}: pytest-asyncio
349349
django-v{4.0,4.1,4.2,5.0}: Werkzeug
350350
django-latest: djangorestframework
351-
django-latest: pytest-asyncio<=0.21.1
351+
django-latest: pytest-asyncio
352352
django-latest: pytest-django
353353
django-latest: Werkzeug
354354
django-latest: channels[daphne]
@@ -375,7 +375,7 @@ deps =
375375
fastapi: httpx
376376
# (this is a dependency of httpx)
377377
fastapi: anyio<4.0.0
378-
fastapi: pytest-asyncio<=0.21.1
378+
fastapi: pytest-asyncio
379379
fastapi: python-multipart
380380
fastapi: requests
381381
fastapi-v{0.79}: fastapi~=0.79.0
@@ -407,7 +407,7 @@ deps =
407407
grpc: protobuf
408408
grpc: mypy-protobuf
409409
grpc: types-protobuf
410-
grpc: pytest-asyncio<=0.21.1
410+
grpc: pytest-asyncio
411411
grpc-v1.39: grpcio~=1.39.0
412412
grpc-v1.49: grpcio~=1.49.1
413413
grpc-v1.59: grpcio~=1.59.0
@@ -472,7 +472,7 @@ deps =
472472

473473
# Quart
474474
quart: quart-auth
475-
quart: pytest-asyncio<=0.21.1
475+
quart: pytest-asyncio
476476
quart-v0.16: blinker<1.6
477477
quart-v0.16: jinja2<3.1.0
478478
quart-v0.16: Werkzeug<2.1.0
@@ -485,7 +485,7 @@ deps =
485485
# Redis
486486
redis: fakeredis!=1.7.4
487487
redis: pytest<8.0.0
488-
{py3.7,py3.8,py3.9,py3.10,py3.11}-redis: pytest-asyncio<=0.21.1
488+
{py3.7,py3.8,py3.9,py3.10,py3.11}-redis: pytest-asyncio
489489
redis-v3: redis~=3.0
490490
redis-v4: redis~=4.0
491491
redis-v5: redis~=5.0
@@ -526,7 +526,7 @@ deps =
526526
sanic-latest: sanic
527527

528528
# Starlette
529-
starlette: pytest-asyncio<=0.21.1
529+
starlette: pytest-asyncio
530530
starlette: python-multipart
531531
starlette: requests
532532
starlette: httpx
@@ -541,7 +541,7 @@ deps =
541541
starlette-latest: starlette
542542

543543
# Starlite
544-
starlite: pytest-asyncio<=0.21.1
544+
starlite: pytest-asyncio
545545
starlite: python-multipart
546546
starlite: requests
547547
starlite: cryptography
@@ -563,6 +563,7 @@ deps =
563563
strawberry-latest: strawberry-graphql[fastapi,flask]
564564

565565
# Tornado
566+
tornado: pytest<8.2
566567
tornado-v6.0: tornado~=6.0.0
567568
tornado-v6: tornado~=6.0
568569
tornado-latest: tornado

0 commit comments

Comments
 (0)