test: add pytest-asyncio dependency group

This commit is contained in:
晴猫
2026-03-15 07:29:48 +09:00
parent 267b42001e
commit c8dc9ddb60

View File

@@ -42,6 +42,15 @@ dependencies = [
"maibot-plugin-sdk>=1.2.3",
]
[dependency-groups]
test = [
"pytest>=8.4.1",
"pytest-asyncio>=1.1.0",
]
dev = [
{ include-group = "test" },
]
[tool.uv]
index-url = "https://pypi.tuna.tsinghua.edu.cn/simple"