Fix pre-commit after rebasing

This commit is contained in:
Jiayi 2025-09-30 12:09:09 -07:00
parent 96bd6c1836
commit bb2eb33fc3
7 changed files with 15 additions and 8722 deletions

View file

@ -181,7 +181,14 @@ def model_providers(llama_stack_client):
@pytest.fixture(autouse=True)
def skip_if_no_model(request):
model_fixtures = ["text_model_id", "vision_model_id", "embedding_model_id", "judge_model_id", "shield_id", "rerank_model_id"]
model_fixtures = [
"text_model_id",
"vision_model_id",
"embedding_model_id",
"judge_model_id",
"shield_id",
"rerank_model_id",
]
test_func = request.node.function
actual_params = inspect.signature(test_func).parameters.keys()