We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35ba68b commit 2423ef7Copy full SHA for 2423ef7
1 file changed
pyproject.toml
@@ -40,7 +40,7 @@ dependencies = [
40
dev = [
41
"typing-inspect",
42
"pytest",
43
- "pytest-asyncio",
+ "pytest-asyncio != 0.25.1", # https://github.com/pytest-dev/pytest-asyncio/issues/1039
44
"Twine",
45
"freezegun",
46
]
0 commit comments