Commit 3f934a5
authored
Reduce fixture scope from session to module (vllm-project#2187)
SUMMARY:
Fix the fixture scope to be proper level so it doesn't hold too long if
running the tests from upper level folder.
TEST PLAN:
Run all tests.
---------
Signed-off-by: Dan Huang <dahuang@redhat.com>1 parent ae3375d commit 3f934a5
1 file changed
+2
-2
lines changedLines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
| 25 | + | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| |||
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
66 | | - | |
| 66 | + | |
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
| |||
0 commit comments