Skip to content

Commit 36ea38f

Browse files
authored
[CI]add file to pytest.ini (vllm-project#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>
1 parent a6f91f7 commit 36ea38f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pytest.ini

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,9 @@ addopts = --ignore=vllm-empty/tests/test_utils.py
4848
--ignore=vllm-empty/tests/test_logger.py
4949
--ignore=vllm-empty/tests/test_logits_processor.py
5050
--ignore=vllm-empty/tests/test_regression.py
51+
--ignore=vllm-empty/tests/models/decoder_only/language/test_aqlm.py
52+
--ignore=vllm-empty/tests/models/decoder_only/language/test_gptq_marlin.py
53+
--ignore=vllm-empty/tests/models/decoder_only/language/test_gptq_marlin_24.py
5154

5255
testpaths =
5356
vllm-empty/tests

0 commit comments

Comments
 (0)