From df16c4f2bc01533848878bd927252bf973bc8f07 Mon Sep 17 00:00:00 2001 From: Mengqing Cao Date: Fri, 16 May 2025 18:52:59 +0800 Subject: [PATCH] [CI/UT] Ignore vllm/tests/test_vllm_port.py (#887) Ignore `vllm/tests/test_vllm_port.py` in ut as no related to vllm-ascend, and it is breaking CI Signed-off-by: MengqingCao --- pytest.ini | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pytest.ini b/pytest.ini index 8889df7..e59921e 100644 --- a/pytest.ini +++ b/pytest.ini @@ -61,6 +61,8 @@ addopts = --ignore=vllm-empty/tests/test_utils.py --ignore=vllm-empty/tests/detokenizer/test_stop_reason.py ; oom on llama-2-7b-hf --ignore=vllm-empty/tests/detokenizer/test_stop_strings.py + ; no need to run on vllm-ascend + --ignore=vllm-empty/tests/test_vllm_port.py testpaths = vllm-empty/tests