Skip to content

Commit befff46

Browse files
DarkLight1337prashantgupta24
authored andcommitted
[CI/Build] [2/3] Reorganize entrypoints tests (vllm-project#5904)
1 parent 58bd180 commit befff46

4 files changed

+653
-598
lines changed

tests/entrypoints/test_llm_generate_multiple_loras.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ def llm():
4444
cleanup()
4545

4646

47-
@pytest.fixture(scope="session")
47+
@pytest.fixture(scope="module")
4848
def zephyr_lora_files():
4949
return snapshot_download(repo_id=LORA_NAME)
5050

tests/entrypoints/test_openai_chat.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
pytestmark = pytest.mark.openai
7373

7474

75-
@pytest.fixture(scope="session")
75+
@pytest.fixture(scope="module")
7676
def zephyr_lora_files():
7777
return snapshot_download(repo_id=LORA_NAME)
7878

0 commit comments

Comments
 (0)