[CI] use pytest.ini to manage vllm native tests (#5)

### What this PR does / why we need it?
Use `pytest.ini` to manage vllm native tests.
This will convert the original test script whitelist to a blacklist to
prevent missing the newly added test scripts of the upstream vLLM.

**note**: _we do **not** manage the test scripts of vLLM-Ascend in
`pytest.ini`, because if we do so, there will be conflicts between vLLM
and vLLM-Ascend's `conftest.py`._
### Does this PR introduce _any_ user-facing change?
N/A

### How was this patch tested?
CI passed with new existing test.

Signed-off-by: MengqingCao <cmq0113@163.com>
This commit is contained in:
Mengqing Cao
2025-02-06 23:57:51 +08:00
committed by GitHub
parent 8cb5615fb0
commit 7d9ae22ecb
4 changed files with 54 additions and 424 deletions

View File

@@ -1,3 +1,3 @@
-r requirements-lint.txt
modelscope
pytest
pytest >= 6.0