Skip to content

Commit

Permalink
[CI] update vllm native ut
Browse files Browse the repository at this point in the history
Signed-off-by: MengqingCao <[email protected]>
  • Loading branch information
MengqingCao committed Feb 17, 2025
1 parent 2a67814 commit 6a1da15
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions pytest.ini
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ norecursedirs =
vllm-empty/tests/multimodal
vllm-empty/tests/standalone_tests
vllm-empty/tests/async_engine
vllm-empty/tests/mq_llm_engine
vllm-empty/tests/tokenization
vllm-empty/tests/core
vllm-empty/tests/tracing
vllm-empty/tests/engine
Expand All @@ -47,10 +45,11 @@ addopts = --ignore=vllm-empty/tests/test_utils.py
--ignore=vllm-empty/tests/test_sharded_state_loader.py
--ignore=vllm-empty/tests/test_logger.py
--ignore=vllm-empty/tests/test_logits_processor.py
--ignore=vllm-empty/tests/test_regression.py
--ignore=vllm-empty/tests/models/decoder_only/language/test_aqlm.py
--ignore=vllm-empty/tests/models/decoder_only/language/test_gptq_marlin.py
--ignore=vllm-empty/tests/models/decoder_only/language/test_gptq_marlin_24.py
--ignore=vllm-empty/mq_llm_engine/test_abort.py
--ignore=vllm-empty/mq_llm_engine/test_error_handling.py

testpaths =
vllm-empty/tests

0 comments on commit 6a1da15

Please sign in to comment.