mirror of
https://github.com/PaddlePaddle/FastDeploy.git
synced 2025-12-24 13:28:13 +08:00
13 lines
428 B
INI
13 lines
428 B
INI
[pytest]
|
|
# 跳过目录
|
|
addopts =
|
|
--ignore=tests/ci_use
|
|
--ignore=tests/ce
|
|
--ignore=tests/operators/test_fused_moe.py
|
|
--ignore=tests/operators/test_w4afp8_gemm.py
|
|
--ignore=tests/model_loader/test_w4a8_model.py
|
|
--ignore=tests/entrypoints/test_engine_client.py
|
|
--ignore=tests/xpu_ci
|
|
--ignore=tests/v1/test_schedule_output.py
|
|
--ignore=tests/graph_optimization/test_cuda_graph_dynamic_subgraph.py
|