Skip to content

Commit dedb4bb

Browse files
committed
requirements - nail pytest-asyncio
c.f. pytest-dev/pytest-asyncio#706
1 parent ba41bc1 commit dedb4bb

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
@@ -101,7 +101,7 @@ addopts = "--ignore-glob 'tests/my_*.py'"
101101
[tool.pdm.dev-dependencies]
102102
tests = [
103103
"pytest",
104-
"pytest-asyncio",
104+
"pytest-asyncio==0.21.1",
105105
"pytest-httpx",
106106
"pytest-cov",
107107
"fastapi",

0 commit comments

Comments
 (0)