diff --git a/tests/compile/test_config.py b/tests/compile/test_config.py index 4f0d6fc5aab9..57fd1f1c49b1 100644 --- a/tests/compile/test_config.py +++ b/tests/compile/test_config.py @@ -11,15 +11,6 @@ from vllm.config import (CompilationConfig, CompilationLevel, VllmConfig, from .piecewise.test_simple import SillyModel -@pytest.fixture(scope="function", autouse=True) -def use_v1(monkeypatch): - """ - TODO(rzou): The rest of tests/compile runs VLLM_USE_V1=0 right now, - I'll switch them over later. - """ - monkeypatch.setenv('VLLM_USE_V1', '1') - - @pytest.mark.parametrize("enabled", [True, False]) def test_use_cudagraphs(enabled): assert vllm.envs.VLLM_USE_V1