From 81d3230651d00441d7b413052f30dbcf58f6dda1 Mon Sep 17 00:00:00 2001 From: ishaan-jaff Date: Mon, 6 Nov 2023 18:13:18 -0800 Subject: [PATCH] (test) run ci/cd again --- .circleci/requirements.txt | 2 +- litellm/tests/test_completion.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/requirements.txt b/.circleci/requirements.txt index 13c5f5eee..9e13345c6 100644 --- a/.circleci/requirements.txt +++ b/.circleci/requirements.txt @@ -1,5 +1,5 @@ # used by CI/CD testing -openai=0.28.0 +openai==0.28.0 python-dotenv tiktoken importlib_metadata diff --git a/litellm/tests/test_completion.py b/litellm/tests/test_completion.py index d8cf460a8..0e43d70a4 100644 --- a/litellm/tests/test_completion.py +++ b/litellm/tests/test_completion.py @@ -1116,7 +1116,7 @@ def test_completion_with_fallbacks(): except Exception as e: pytest.fail(f"Error occurred: {e}") -# test_completion_with_fallbacks() +# test_completion_with_fallbacks() def test_completion_anyscale_api(): try: # litellm.set_verbose=True