mirror of
https://git.datalinker.icu/vllm-project/vllm.git
synced 2026-05-02 13:51:23 +08:00
[CI/Build] Remove skip global cleanup in test_struct_output_generate.py (#29022)
Signed-off-by: Randall Smith <ransmith@amd.com> Co-authored-by: Randall Smith <ransmith@amd.com>
This commit is contained in:
parent
8237ab8a2b
commit
c7a29d2c8d
@ -121,7 +121,6 @@ def test_guided_decoding_deprecated():
|
|||||||
assert sp1.structured_outputs == guided_decoding
|
assert sp1.structured_outputs == guided_decoding
|
||||||
|
|
||||||
|
|
||||||
@pytest.mark.skip_global_cleanup
|
|
||||||
@pytest.mark.parametrize(
|
@pytest.mark.parametrize(
|
||||||
"model_name, backend, tokenizer_mode, speculative_config",
|
"model_name, backend, tokenizer_mode, speculative_config",
|
||||||
PARAMS_MODELS_BACKENDS_TOKENIZER_MODE,
|
PARAMS_MODELS_BACKENDS_TOKENIZER_MODE,
|
||||||
@ -626,7 +625,6 @@ Make the response as short as possible.
|
|||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
@pytest.mark.skip_global_cleanup
|
|
||||||
@pytest.mark.parametrize(
|
@pytest.mark.parametrize(
|
||||||
"model_name, backend, tokenizer_mode, reasoning_parser, speculative_config", # noqa: E501
|
"model_name, backend, tokenizer_mode, reasoning_parser, speculative_config", # noqa: E501
|
||||||
[
|
[
|
||||||
@ -711,7 +709,6 @@ def test_structured_output_with_reasoning_matrices(
|
|||||||
jsonschema.validate(instance=output_json, schema=reasoning_schema)
|
jsonschema.validate(instance=output_json, schema=reasoning_schema)
|
||||||
|
|
||||||
|
|
||||||
@pytest.mark.skip_global_cleanup
|
|
||||||
@pytest.mark.parametrize("model_name, tokenizer_mode", PARAMS_MODELS_TOKENIZER_MODE)
|
@pytest.mark.parametrize("model_name, tokenizer_mode", PARAMS_MODELS_TOKENIZER_MODE)
|
||||||
def test_structured_output_auto_mode(
|
def test_structured_output_auto_mode(
|
||||||
unsupported_json_schema: dict[str, Any],
|
unsupported_json_schema: dict[str, Any],
|
||||||
@ -758,7 +755,6 @@ def test_structured_output_auto_mode(
|
|||||||
assert isinstance(parsed_json, dict)
|
assert isinstance(parsed_json, dict)
|
||||||
|
|
||||||
|
|
||||||
@pytest.mark.skip_global_cleanup
|
|
||||||
def test_guidance_no_additional_properties():
|
def test_guidance_no_additional_properties():
|
||||||
llm = LLM(
|
llm = LLM(
|
||||||
model="Qwen/Qwen2.5-1.5B-Instruct",
|
model="Qwen/Qwen2.5-1.5B-Instruct",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user