From 0e612dbf120ed96d0da2a2c2b7a9d165af4deaf5 Mon Sep 17 00:00:00 2001 From: fzyzcjy <5236035+fzyzcjy@users.noreply.github.com> Date: Sun, 3 Aug 2025 13:48:42 +0800 Subject: [PATCH] Tiny fix CI pytest error (#8524) --- python/pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/python/pyproject.toml b/python/pyproject.toml index e2284e8dd..2edc60727 100644 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -108,6 +108,7 @@ test = [ "pandas", "peft", "sentence_transformers", + "pytest", ] all = ["sglang[srt]", "sglang[openai]", "sglang[anthropic]", "sglang[litellm]", "sglang[torch_memory_saver]", "sglang[decord]"] all_hip = ["sglang[srt_hip]", "sglang[openai]", "sglang[anthropic]", "sglang[litellm]", "sglang[decord]"]