From c8dc9ddb60214100f3574c6ba958453e20272dad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=99=B4=E7=8C=AB?= Date: Sun, 15 Mar 2026 07:29:48 +0900 Subject: [PATCH] test: add pytest-asyncio dependency group --- pyproject.toml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index e2f97d54..b1f9060d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"