File tree 2 files changed +4
-2
lines changed
services/web/server/requirements
2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,9 @@ jsonschema
22
22
openapi-spec-validator
23
23
pytest
24
24
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
26
28
pytest-benchmark
27
29
pytest-cov
28
30
pytest-docker
Original file line number Diff line number Diff line change @@ -151,7 +151,7 @@ pytest==8.3.2
151
151
# pytest-xdist
152
152
pytest-aiohttp==1.0.5
153
153
# via -r requirements/_test.in
154
- pytest-asyncio==0.23.8
154
+ pytest-asyncio==0.21.2
155
155
# via
156
156
# -c requirements/../../../../requirements/constraints.txt
157
157
# -r requirements/_test.in
You can’t perform that action at this time.
0 commit comments