Skip to content

Commit c57ea0d

Browse files
committed
Pin pytest-asyncio temporarily to make the CI pass
Signed-off-by: Sergey Vasilyev <nolar@nolar.info>
1 parent 7179421 commit c57ea0d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ dev = [
5555
"mypy==1.19.0",
5656
"pre-commit",
5757
"pytest",
58-
"pytest-asyncio",
58+
"pytest-asyncio<1.1.0",
5959
"pytest-cov",
6060
"pytest-mock",
6161
]

0 commit comments

Comments
 (0)