From 836998857939e29d571a4da66a2b3297f2dfa598 Mon Sep 17 00:00:00 2001 From: Ishaan Jaff Date: Tue, 4 Jun 2024 14:42:27 -0700 Subject: [PATCH] ci/cd run again --- .circleci/config.yml | 4 +++- litellm/tests/test_completion.py | 6 ------ 2 files changed, 3 insertions(+), 7 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 26d12b5b5..a08ac8655 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -43,7 +43,9 @@ jobs: pip install "langfuse==2.27.1" pip install "logfire==0.29.0" pip install numpydoc - pip install traceloop-sdk==0.21.1 + pip install opentelemetry-api==1.25.0 + pip install opentelemetry-sdk==1.25.0 + pip install opentelemetry-exporter-otlp==1.25.0 pip install openai pip install prisma pip install "httpx==0.24.1" diff --git a/litellm/tests/test_completion.py b/litellm/tests/test_completion.py index d46f39802..be595af5d 100644 --- a/litellm/tests/test_completion.py +++ b/litellm/tests/test_completion.py @@ -2185,12 +2185,6 @@ async def test_re_use_azure_async_client(): pytest.fail("got Exception", e) -# import asyncio -# asyncio.run( -# test_re_use_azure_async_client() -# ) - - def test_re_use_openaiClient(): try: print("gpt-3.5 with client test\n\n")