File tree Expand file tree Collapse file tree 2 files changed +2
-6
lines changed
services/web/server/requirements Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -24,11 +24,7 @@ jsonschema
2424openapi-spec-validator
2525pytest
2626pytest-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
3228pytest-benchmark
3329pytest-cov
3430pytest-docker
Original file line number Diff line number Diff line change @@ -222,7 +222,7 @@ pytest==8.3.5
222222 # pytest-xdist
223223pytest-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
You can’t perform that action at this time.
0 commit comments