Skip to content

Commit 2137df0

Browse files
huydhncleonard530
authored andcommitted
Clean up obsoleted vLLM tests (pytorch#163383)
They have been removed in vllm-project/vllm#25117 and vllm-project/vllm#22772, thus failing in trunk at the moment after the latest pin commit update Pull Request resolved: pytorch#163383 Approved by: https://github.com/wdvr, https://github.com/seemethere, https://github.com/malfet
1 parent ea3b91b commit 2137df0

File tree

1 file changed

+1
-5
lines changed
  • .ci/lumen_cli/cli/lib/core/vllm

1 file changed

+1
-5
lines changed

.ci/lumen_cli/cli/lib/core/vllm/lib.py

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ def sample_vllm_test_library():
4141
"pytest -v -s basic_correctness/test_cumem.py",
4242
"pytest -v -s basic_correctness/test_basic_correctness.py",
4343
"pytest -v -s basic_correctness/test_cpu_offload.py",
44-
"VLLM_TEST_ENABLE_ARTIFICIAL_PREEMPT=1 pytest -v -s basic_correctness/test_preemption.py",
4544
],
4645
},
4746
"vllm_basic_models_test": {
@@ -68,14 +67,11 @@ def sample_vllm_test_library():
6867
"-v",
6968
"-s",
7069
"entrypoints/llm",
71-
"--ignore=entrypoints/llm/test_lazy_outlines.py",
7270
"--ignore=entrypoints/llm/test_generate.py",
73-
"--ignore=entrypoints/llm/test_generate_multiple_loras.py",
7471
"--ignore=entrypoints/llm/test_collective_rpc.py",
7572
]
7673
),
77-
"pytest -v -s entrypoints/llm/test_lazy_outlines.py",
78-
"pytest -v -s entrypoints/llm/test_generate.py ",
74+
"pytest -v -s entrypoints/llm/test_generate.py",
7975
"VLLM_USE_V1=0 pytest -v -s entrypoints/offline_mode",
8076
],
8177
},

0 commit comments

Comments
 (0)