Skip to content

Commit 2c234c0

Browse files
committed
contraint pytest-asyncio:
1 parent f740956 commit 2c234c0

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

services/web/server/requirements/_test.in

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,9 @@ jsonschema
2222
openapi-spec-validator
2323
pytest
2424
pytest-aiohttp
25-
pytest-asyncio
25+
# Overcomes "Known issues" in https://github.com/pytest-dev/pytest-asyncio/releases/tag/v0.23.8
26+
# IMPORTANT: This constraint can be removed when `test_pytest_asyncio_known_issue` passes with the new update of pytest-asyncio
27+
pytest-asyncio<0.23
2628
pytest-benchmark
2729
pytest-cov
2830
pytest-docker

services/web/server/requirements/_test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ pytest==8.3.2
151151
# pytest-xdist
152152
pytest-aiohttp==1.0.5
153153
# via -r requirements/_test.in
154-
pytest-asyncio==0.23.8
154+
pytest-asyncio==0.21.2
155155
# via
156156
# -c requirements/../../../../requirements/constraints.txt
157157
# -r requirements/_test.in

0 commit comments

Comments
 (0)