Skip to content

Commit 6d62aec

Browse files
committed
Constrain pytest-asyncio version
1 parent 25816cd commit 6d62aec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ dynamic = ["version"]
4040
[project.optional-dependencies]
4141
dev = [
4242
"pytest",
43-
"pytest-asyncio",
43+
"pytest-asyncio>=0.24",
4444
"pytest-xdist",
4545
"mkdocs",
4646
"mkdocstrings[python]",

0 commit comments

Comments
 (0)