File tree Expand file tree Collapse file tree 2 files changed +2
-6
lines changed
services/director-v2/requirements Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -19,11 +19,7 @@ docker
1919Faker
2020flaky
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-docker
2925pytest-icdiff
Original file line number Diff line number Diff line change @@ -234,7 +234,7 @@ pytest==8.3.5
234234 # pytest-icdiff
235235 # pytest-mock
236236 # pytest-xdist
237- pytest-asyncio==0.21.2
237+ pytest-asyncio==0.26.0
238238 # via -r requirements/_test.in
239239pytest-cov==6.1.1
240240 # via -r requirements/_test.in
You can’t perform that action at this time.
0 commit comments