Skip to content

Commit 09fda4c

Browse files
committed
Remove test_guided_generate.py
Signed-off-by: Reza Barazesh <[email protected]>
1 parent 67f8af9 commit 09fda4c

File tree

4 files changed

+12
-599
lines changed

4 files changed

+12
-599
lines changed

.buildkite/test-pipeline.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,8 @@ steps:
128128
- tests/entrypoints/offline_mode
129129
commands:
130130
- export VLLM_WORKER_MULTIPROC_METHOD=spawn
131-
- pytest -v -s entrypoints/llm --ignore=entrypoints/llm/test_generate.py --ignore=entrypoints/llm/test_generate_multiple_loras.py --ignore=entrypoints/llm/test_collective_rpc.py
131+
- pytest -v -s entrypoints/llm --ignore=entrypoints/llm/test_lazy_outlines.py --ignore=entrypoints/llm/test_generate.py --ignore=entrypoints/llm/test_generate_multiple_loras.py --ignore=entrypoints/llm/test_collective_rpc.py
132+
- pytest -v -s entrypoints/llm/test_lazy_outlines.py # it needs a clean process
132133
- pytest -v -s entrypoints/llm/test_generate.py # it needs a clean process
133134
- pytest -v -s entrypoints/llm/test_generate_multiple_loras.py # it needs a clean process
134135
- VLLM_USE_V1=0 pytest -v -s entrypoints/offline_mode # Needs to avoid interference with other tests

0 commit comments

Comments
 (0)