From d51e853b609f36c6e4d1a223df6f701b3bca5204 Mon Sep 17 00:00:00 2001 From: Ishaan Jaff Date: Sat, 6 Apr 2024 19:28:51 -0700 Subject: [PATCH] undo adding next-asyncio --- .circleci/config.yml | 1 - litellm/tests/test_streaming.py | 3 --- 2 files changed, 4 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 2bad708cb..92892d3ff 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -42,7 +42,6 @@ jobs: pip install lunary==0.2.5 pip install "langfuse==2.7.3" pip install numpydoc - pip install nest-asyncio==1.6.0 pip install traceloop-sdk==0.0.69 pip install openai pip install prisma diff --git a/litellm/tests/test_streaming.py b/litellm/tests/test_streaming.py index 4ca61303f..6041788ba 100644 --- a/litellm/tests/test_streaming.py +++ b/litellm/tests/test_streaming.py @@ -26,9 +26,6 @@ litellm.logging = False litellm.set_verbose = True litellm.num_retries = 3 litellm.cache = None -import nest_asyncio - -nest_asyncio.apply() score = 0