@@ -248,7 +248,7 @@ deps =
248
248
249
249
# === Common ===
250
250
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
252
252
# See https://github.com/pytest-dev/pytest/issues/9621
253
253
# and https://github.com/pytest-dev/pytest-forked/issues/67
254
254
# for justification of the upper bound on pytest
@@ -268,8 +268,8 @@ deps =
268
268
aiohttp-v3.8: aiohttp~=3.8.0
269
269
aiohttp-latest: aiohttp
270
270
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
273
273
274
274
# Ariadne
275
275
ariadne-v0.20: ariadne~=0.20.0
@@ -283,17 +283,17 @@ deps =
283
283
arq-v0.23: pydantic<2
284
284
arq-latest: arq
285
285
arq: fakeredis>=2.2.0,<2.8
286
- arq: pytest-asyncio<=0.21.1
286
+ arq: pytest-asyncio
287
287
arq: async-timeout
288
288
289
289
# Asgi
290
- asgi: pytest-asyncio<=0.21.1
290
+ asgi: pytest-asyncio
291
291
asgi: async-asgi-testclient
292
292
293
293
# Asyncpg
294
294
asyncpg-v0.23: asyncpg~=0.23.0
295
295
asyncpg-latest: asyncpg
296
- asyncpg: pytest-asyncio<=0.21.1
296
+ asyncpg: pytest-asyncio
297
297
298
298
# AWS Lambda
299
299
aws_lambda: boto3
@@ -345,10 +345,10 @@ deps =
345
345
django-v{1.11,2.0,2.2,3.0}: pytest-django<4.0
346
346
django-v{3.2,4.0,4.1,4.2,5.0}: pytest-django
347
347
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
349
349
django-v{4.0,4.1,4.2,5.0}: Werkzeug
350
350
django-latest: djangorestframework
351
- django-latest: pytest-asyncio<=0.21.1
351
+ django-latest: pytest-asyncio
352
352
django-latest: pytest-django
353
353
django-latest: Werkzeug
354
354
django-latest: channels[daphne]
@@ -375,7 +375,7 @@ deps =
375
375
fastapi: httpx
376
376
# (this is a dependency of httpx)
377
377
fastapi: anyio<4.0.0
378
- fastapi: pytest-asyncio<=0.21.1
378
+ fastapi: pytest-asyncio
379
379
fastapi: python-multipart
380
380
fastapi: requests
381
381
fastapi-v{0.79}: fastapi~=0.79.0
@@ -407,7 +407,7 @@ deps =
407
407
grpc: protobuf
408
408
grpc: mypy-protobuf
409
409
grpc: types-protobuf
410
- grpc: pytest-asyncio<=0.21.1
410
+ grpc: pytest-asyncio
411
411
grpc-v1.39: grpcio~=1.39.0
412
412
grpc-v1.49: grpcio~=1.49.1
413
413
grpc-v1.59: grpcio~=1.59.0
@@ -472,7 +472,7 @@ deps =
472
472
473
473
# Quart
474
474
quart: quart-auth
475
- quart: pytest-asyncio<=0.21.1
475
+ quart: pytest-asyncio
476
476
quart-v0.16: blinker<1.6
477
477
quart-v0.16: jinja2<3.1.0
478
478
quart-v0.16: Werkzeug<2.1.0
@@ -485,7 +485,7 @@ deps =
485
485
# Redis
486
486
redis: fakeredis!=1.7.4
487
487
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
489
489
redis-v3: redis~=3.0
490
490
redis-v4: redis~=4.0
491
491
redis-v5: redis~=5.0
@@ -526,7 +526,7 @@ deps =
526
526
sanic-latest: sanic
527
527
528
528
# Starlette
529
- starlette: pytest-asyncio<=0.21.1
529
+ starlette: pytest-asyncio
530
530
starlette: python-multipart
531
531
starlette: requests
532
532
starlette: httpx
@@ -541,7 +541,7 @@ deps =
541
541
starlette-latest: starlette
542
542
543
543
# Starlite
544
- starlite: pytest-asyncio<=0.21.1
544
+ starlite: pytest-asyncio
545
545
starlite: python-multipart
546
546
starlite: requests
547
547
starlite: cryptography
@@ -563,6 +563,7 @@ deps =
563
563
strawberry-latest: strawberry-graphql[fastapi,flask]
564
564
565
565
# Tornado
566
+ tornado: pytest<8.2
566
567
tornado-v6.0: tornado~=6.0.0
567
568
tornado-v6: tornado~=6.0
568
569
tornado-latest: tornado
0 commit comments