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