Skip to content

Commit fd508fe

Browse files
committed
fix: add async pytest
1 parent 90ef0fb commit fd508fe

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

mcp/pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ db-context-enrichment = "main:mcp.run"
1515

1616
[project.optional-dependencies]
1717
test = [
18-
"pytest"
18+
"pytest",
19+
"pytest-asyncio"
1920
]
2021

2122
[tool.setuptools]

0 commit comments

Comments
 (0)