File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
services/director-v2/requirements Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,11 @@ docker
1919Faker
2020flaky
2121pytest
22- pytest-asyncio
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+ # ----
2327pytest-cov
2428pytest-docker
2529pytest-icdiff
Original file line number Diff line number Diff line change @@ -232,7 +232,7 @@ pytest==8.3.5
232232 # pytest-icdiff
233233 # pytest-mock
234234 # pytest-xdist
235- pytest-asyncio==0.23.8
235+ pytest-asyncio==0.21.2
236236 # via
237237 # -c requirements/../../../requirements/constraints.txt
238238 # -r requirements/_test.in
You can’t perform that action at this time.
0 commit comments