From 4df1e9961492c302fc04842bb1b95f17b88b2819 Mon Sep 17 00:00:00 2001 From: Li Wang Date: Mon, 12 May 2025 15:50:48 +0800 Subject: [PATCH] [CI] Re-enable `vllm-empty/tests/benchmarks` (#812) ### What this PR does / why we need it? For the [#17962](https://github.com/vllm-project/vllm/pull/17962?notification_referrer_id=NT_kwDOCexQHLUxNjM0MTM3OTEwNDoxNjY0ODE5NDg#event-17608938997) has merged, vllm openapi server can now launch normally on python==3.10, we re-enable the related tests Signed-off-by: wangli --- pytest.ini | 2 -- 1 file changed, 2 deletions(-) diff --git a/pytest.ini b/pytest.ini index 4b0a039..8889df7 100644 --- a/pytest.ini +++ b/pytest.ini @@ -39,8 +39,6 @@ norecursedirs = vllm-empty/tests/neuron ; fastsafetensors not support npu now vllm-empty/tests/fastsafetensors_loader - ; Enable after https://github.com/vllm-project/vllm-ascend/issues/808 resolved - vllm-empty/tests/benchmarks addopts = --ignore=vllm-empty/tests/test_utils.py --ignore=vllm-empty/tests/test_config.py