mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-25 18:54:30 +00:00
remove google dns for img tests
This commit is contained in:
parent
e1c444ad07
commit
d3fc8b563c
2 changed files with 1 additions and 2 deletions
|
@ -997,7 +997,6 @@ jobs:
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- checkout
|
- checkout
|
||||||
- setup_google_dns
|
|
||||||
- run:
|
- run:
|
||||||
name: Install Dependencies
|
name: Install Dependencies
|
||||||
command: |
|
command: |
|
||||||
|
|
|
@ -44,7 +44,7 @@ class BaseImageGenTest(ABC):
|
||||||
pass
|
pass
|
||||||
|
|
||||||
@pytest.mark.asyncio(scope="module")
|
@pytest.mark.asyncio(scope="module")
|
||||||
async def test_basic_image_generation(self):
|
async def test_async_basic_image_generation(self):
|
||||||
"""Test basic image generation"""
|
"""Test basic image generation"""
|
||||||
try:
|
try:
|
||||||
custom_logger = TestCustomLogger()
|
custom_logger = TestCustomLogger()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue