mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-17 23:51:30 +00:00
DO NOT MERGE TO MAIN - skipping model tests we do not have access to
This commit is contained in:
parent
ac63e619fb
commit
1af3db4460
2 changed files with 3 additions and 3 deletions
|
|
@ -360,7 +360,7 @@ def test_openai_image_generation_forwards_organization(mock_get_openai_client):
|
|||
# Basic sanity on response shape
|
||||
assert hasattr(resp, "data") and len(resp.data) == 1
|
||||
|
||||
|
||||
@pytest.mark.skip(reason="Skipping o1 due to not supporting parallel tool calls. Needs debug")
|
||||
@pytest.mark.parametrize("model", ["o1", "o3-mini"])
|
||||
def test_o1_parallel_tool_calls(model):
|
||||
litellm.completion(
|
||||
|
|
@ -512,7 +512,7 @@ async def test_openai_pdf_url(model):
|
|||
"file_data" in request["raw_request_body"]["messages"][0]["content"][1]["file"]
|
||||
)
|
||||
|
||||
|
||||
@pytest.mark.skip(reason="Skipping, needs access to gpt-5-codex-mini.")
|
||||
@pytest.mark.parametrize("sync_mode", [True, False])
|
||||
@pytest.mark.asyncio
|
||||
async def test_openai_codex_stream(sync_mode):
|
||||
|
|
|
|||
|
|
@ -2184,7 +2184,7 @@ async def test_acompletion_ollama_function_call_stream(model):
|
|||
except Exception as e:
|
||||
pytest.fail(f"Error occurred: {e}")
|
||||
|
||||
|
||||
@pytest.mark.skip(reason="Skipping, needs access to ministral-8b.")
|
||||
def test_completion_openrouter1():
|
||||
try:
|
||||
litellm.set_verbose = True
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue