Skip to content
This repository was archived by the owner on Oct 11, 2024. It is now read-only.

Commit 1ce7d18

Browse files
DarkLight1337robertgshaw2-redhat
authored andcommitted
[CI/Build] [2/3] Reorganize entrypoints tests (vllm-project#5904)
1 parent 0d4c0c6 commit 1ce7d18

4 files changed

+654
-602
lines changed

tests/entrypoints/test_llm_generate_multiple_loras.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ def llm():
5050
cleanup()
5151

5252

53-
@pytest.fixture(scope="session")
53+
@pytest.fixture(scope="module")
5454
def zephyr_lora_files():
5555
return snapshot_download(repo_id=LORA_NAME)
5656

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)