We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3dbc28d commit e12c15aCopy full SHA for e12c15a
pytest.ini
@@ -39,7 +39,8 @@ norecursedirs =
39
vllm-empty/tests/neuron
40
vllm-empty/tests/entrypoints/openai
41
42
-addopts = --ignore=vllm-empty/tests/test_utils.py/llm/test_accuracy.py
+addopts = --ignore=vllm-empty/tests/test_utils.py
43
+ --ignore=vllm-empty/tests/entrypoints/llm/test_accuracy.py
44
--ignore=vllm-empty/tests/entrypoints/llm/test_generate_multiple_loras.py
45
--ignore=vllm-empty/tests/entrypoints/llm/test_collective_rpc.py
46
--ignore=vllm-empty/tests/entrypoints/llm/test_lazy_outlines.py
0 commit comments