diff --git a/shortfin/python/shortfin_apps/llm/_deps.py b/shortfin/python/shortfin_apps/llm/_deps.py index ba7969564..fb8ca8176 100644 --- a/shortfin/python/shortfin_apps/llm/_deps.py +++ b/shortfin/python/shortfin_apps/llm/_deps.py @@ -20,7 +20,8 @@ import pytest pytest.skip( - f"Shortfin LLM dependency not available: {dep}", allow_module_level=True + f"A test imports shortfin_apps.llm; skipping due to unavailable Shortfin LLM dependency: {dep}", + allow_module_level=True, ) else: raise ShortfinDepNotFoundError(__name__, dep) from e