From 30137b0b72bfceeb6a57a480d78fa19ee68e6bee Mon Sep 17 00:00:00 2001 From: Ishaan Jaff Date: Thu, 5 Sep 2024 15:42:40 -0700 Subject: [PATCH] run ci - cd again --- .circleci/config.yml | 22 ---------------------- litellm/tests/test_completion.py | 2 +- 2 files changed, 1 insertion(+), 23 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 785a45b88..5df62535b 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -134,32 +134,10 @@ jobs: name: Install Dependencies command: | python -m pip install --upgrade pip - python -m pip install -r .circleci/requirements.txt python -m pip install -r requirements.txt pip install "pytest==7.3.1" pip install "pytest-retry==1.6.3" pip install "pytest-asyncio==0.21.1" - pip install tiktoken - pip install aiohttp - pip install click - pip install mypy - pip install pyarrow - pip install numpydoc - pip install openai==1.40.0 - pip install prisma==0.11.0 - pip install "httpx==0.24.1" - pip install "respx==0.21.1" - pip install fastapi - pip install "gunicorn==21.2.0" - pip install "anyio==4.2.0" - pip install "aiodynamo==23.10.1" - pip install "asyncio==3.4.3" - pip install "apscheduler==3.10.4" - pip install "pytest-mock==3.12.0" - pip install python-multipart - pip install "pydantic==2.7.1" - pip install "jsonschema==4.22.0" - pip install "backoff==2.2.1" - save_cache: paths: - ./venv diff --git a/litellm/tests/test_completion.py b/litellm/tests/test_completion.py index f2b325761..9d05c0ae8 100644 --- a/litellm/tests/test_completion.py +++ b/litellm/tests/test_completion.py @@ -11,7 +11,7 @@ import os sys.path.insert( 0, os.path.abspath("../..") -) # Adds the parent directory to the system path +) # Adds the parent directory to the systempath import os from unittest.mock import AsyncMock, MagicMock, patch