test: add pytest-asyncio dependency group
This commit is contained in:
@@ -42,6 +42,15 @@ dependencies = [
|
|||||||
"maibot-plugin-sdk>=1.2.3",
|
"maibot-plugin-sdk>=1.2.3",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
[dependency-groups]
|
||||||
|
test = [
|
||||||
|
"pytest>=8.4.1",
|
||||||
|
"pytest-asyncio>=1.1.0",
|
||||||
|
]
|
||||||
|
dev = [
|
||||||
|
{ include-group = "test" },
|
||||||
|
]
|
||||||
|
|
||||||
|
|
||||||
[tool.uv]
|
[tool.uv]
|
||||||
index-url = "https://pypi.tuna.tsinghua.edu.cn/simple"
|
index-url = "https://pypi.tuna.tsinghua.edu.cn/simple"
|
||||||
|
|||||||
Reference in New Issue
Block a user