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 GitHub
parent e86b904ff9
commit b2ecdefb78
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -296,7 +296,6 @@ def test_response_non_streaming_file_search(
if isinstance(openai_client, LlamaStackAsLibraryClient):
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)
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.")