mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-10 22:41:41 +00:00
fix: remove skipif, keep only .name fix for openai sdk compat
This commit is contained in:
parent
dd49edb1c8
commit
85e02dca38
1 changed files with 0 additions and 4 deletions
|
|
@ -50,10 +50,6 @@ def image_url():
|
|||
return image_file
|
||||
|
||||
|
||||
@pytest.mark.skipif(
|
||||
not os.environ.get("OPENAI_API_KEY"),
|
||||
reason="OPENAI_API_KEY not set",
|
||||
)
|
||||
def test_openai_image_variation_openai_sdk(image_url):
|
||||
from openai import OpenAI
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue