From 36ea38fde56437ff1745bd95cd8d9e02a6578d38 Mon Sep 17 00:00:00 2001 From: Niuya <46623186+ShiyaNiu@users.noreply.github.com> Date: Mon, 17 Feb 2025 14:26:04 +0800 Subject: [PATCH] [CI]add file to pytest.ini (#61) ### What this PR does / why we need it? add file to pytest.ini. Ignore some quantization method ### Does this PR introduce _any_ user-facing change? N/A ### How was this patch tested? pytest tests/xxx Signed-off-by: ShiyaNiu <1025125896@qq.com> --- pytest.ini | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pytest.ini b/pytest.ini index fae8ae6..5c31aeb 100644 --- a/pytest.ini +++ b/pytest.ini @@ -48,6 +48,9 @@ addopts = --ignore=vllm-empty/tests/test_utils.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 testpaths = vllm-empty/tests