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