Skip to content
This repository was archived by the owner on Nov 13, 2024. It is now read-only.

update gunicorn #354

Closed
wants to merge 9 commits into from
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix lint
  • Loading branch information
miararoy committed Nov 6, 2024
commit 8fc965369fad27d4f558a335a2cbfb661091b6f1
3 changes: 2 additions & 1 deletion tests/system/llm/test_openai.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,8 @@ def openai_llm(request):
)
elif llm_class == AnyscaleLLM:
pytest.skip(
"Anyscale is not supported Anymore as Anyscale removed LLM as-a-service support"
"Anyscale is not supported Anymore as "+
"Anyscale removed LLM as-a-service support"
)
elif llm_class == OctoAILLM:
if os.getenv("OCTOAI_API_KEY") is None:
Expand Down
Loading