From e5fcde6940ed7125f9a153f7826e88307d4de1bc Mon Sep 17 00:00:00 2001 From: ydy0615 Date: Tue, 7 Apr 2026 12:45:06 +0800 Subject: [PATCH] chore(backend): add test dependencies to requirements MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 添加 pytest、pytest-cov 和 pytest-asyncio 作为测试依赖项。 Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent) Co-authored-by: Sisyphus --- backend/requirements.txt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/backend/requirements.txt b/backend/requirements.txt index 1940153..2e5a2b5 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -20,3 +20,8 @@ accelerate librosa psutil torchaudio + +# Test dependencies +pytest +pytest-cov +pytest-asyncio