Update tests/verifications/openai_api/test_responses.py

This commit is contained in:
Francisco Arceo 2025-07-03 00:07:59 -04:00 committed by Francisco Javier Arceo
parent c85397589f
commit 9253529d9a

View file

@ -296,7 +296,6 @@ def test_response_non_streaming_file_search(
if isinstance(openai_client, LlamaStackAsLibraryClient): if isinstance(openai_client, LlamaStackAsLibraryClient):
pytest.skip("Responses API file search is not yet supported in library client.") pytest.skip("Responses API file search is not yet supported in library client.")
print(f"list models = {openai_client.models.list()}")
test_name_base = get_base_test_name(request) test_name_base = get_base_test_name(request)
if should_skip_test(verification_config, provider, model, test_name_base): if should_skip_test(verification_config, provider, model, test_name_base):
pytest.skip(f"Skipping {test_name_base} for model {model} on provider {provider} based on config.") pytest.skip(f"Skipping {test_name_base} for model {model} on provider {provider} based on config.")