Skip to content

Commit 1567bdd

Browse files
committed
revert changes
1 parent ab92c70 commit 1567bdd

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

services/director-v2/requirements/_test.in

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,11 @@ docker
1919
Faker
2020
flaky
2121
pytest
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+
# ----
2327
pytest-cov
2428
pytest-docker
2529
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.23.8
235+
pytest-asyncio==0.21.2
236236
# via
237237
# -c requirements/../../../requirements/constraints.txt
238238
# -r requirements/_test.in

0 commit comments

Comments
 (0)