Skip to content

Commit 94d0362

Browse files
committed
release constraint
1 parent 8f9322c commit 94d0362

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

services/director-v2/requirements/_test.in

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,7 @@ docker
1919
Faker
2020
flaky
2121
pytest
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
2723
pytest-cov
2824
pytest-docker
2925
pytest-icdiff

services/director-v2/requirements/_test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ pytest==8.3.5
232232
# pytest-icdiff
233233
# pytest-mock
234234
# pytest-xdist
235-
pytest-asyncio==0.21.2
235+
pytest-asyncio==0.23.8
236236
# via
237237
# -c requirements/../../../requirements/constraints.txt
238238
# -r requirements/_test.in

0 commit comments

Comments
 (0)