Skip to content

Commit 819279c

Browse files
committed
missing
1 parent 596f3d9 commit 819279c

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

services/web/server/requirements/_test.in

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,7 @@ jsonschema
2424
openapi-spec-validator
2525
pytest
2626
pytest-aiohttp
27-
# ----
28-
# Overcomes "Known issues" in https://github.com/pytest-dev/pytest-asyncio/releases/tag/v0.23.8
29-
# IMPORTANT: This constraint can be removed when `test_pytest_asyncio_known_issue` passes with the new update of pytest-asyncio
30-
pytest-asyncio<0.23
31-
# ----
27+
pytest-asyncio
3228
pytest-benchmark
3329
pytest-cov
3430
pytest-docker

services/web/server/requirements/_test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ pytest==8.3.5
222222
# pytest-xdist
223223
pytest-aiohttp==1.0.5
224224
# via -r requirements/_test.in
225-
pytest-asyncio==0.21.2
225+
pytest-asyncio==0.26.0
226226
# via
227227
# -r requirements/_test.in
228228
# pytest-aiohttp

0 commit comments

Comments
 (0)