Skip to content

Commit 2423ef7

Browse files
committed
chore: block broken(?) pytest-asyncio version
1 parent 35ba68b commit 2423ef7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ dependencies = [
4040
dev = [
4141
"typing-inspect",
4242
"pytest",
43-
"pytest-asyncio",
43+
"pytest-asyncio != 0.25.1", # https://github.com/pytest-dev/pytest-asyncio/issues/1039
4444
"Twine",
4545
"freezegun",
4646
]

0 commit comments

Comments
 (0)