Skip to content

Commit 3a4d417

Browse files
authored
[Misc] Cleanup compilation tests (#19343)
Signed-off-by: rzou <[email protected]>
1 parent 8335667 commit 3a4d417

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

tests/compile/test_config.py

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,6 @@
1111
from .piecewise.test_simple import SillyModel
1212

1313

14-
@pytest.fixture(scope="function", autouse=True)
15-
def use_v1(monkeypatch):
16-
"""
17-
TODO(rzou): The rest of tests/compile runs VLLM_USE_V1=0 right now,
18-
I'll switch them over later.
19-
"""
20-
monkeypatch.setenv('VLLM_USE_V1', '1')
21-
22-
2314
@pytest.mark.parametrize("enabled", [True, False])
2415
def test_use_cudagraphs(enabled):
2516
assert vllm.envs.VLLM_USE_V1

0 commit comments

Comments
 (0)