File tree Expand file tree Collapse file tree 2 files changed +3
-9
lines changed
packages/simcore-sdk/requirements Expand file tree Collapse file tree 2 files changed +3
-9
lines changed Original file line number Diff line number Diff line change 1919flaky
2020moto[server]
2121pytest
22- # ----
23- # Overcomes "Known issues" in https://github.com/pytest-dev/pytest-asyncio/releases/tag/v0.23.8
24- # IMPORTANT: This constraint can be removed when `test_pytest_asyncio_known_issue` passes with the new update of pytest-asyncio
25- pytest-asyncio<0.23
26- # ----
22+ pytest-asyncio
2723pytest-cov
2824pytest-icdiff
2925pytest-instafail
Original file line number Diff line number Diff line change @@ -233,10 +233,8 @@ pytest==8.3.5
233233 # pytest-mock
234234 # pytest-sugar
235235 # pytest-xdist
236- pytest-asyncio==0.21.2
237- # via
238- # -c requirements/../../../requirements/constraints.txt
239- # -r requirements/_test.in
236+ pytest-asyncio==0.26.0
237+ # via -r requirements/_test.in
240238pytest-cov==6.0.0
241239 # via -r requirements/_test.in
242240pytest-icdiff==0.9
You can’t perform that action at this time.
0 commit comments