From fdadeabe796de37ee0f118959c2729f351065ca3 Mon Sep 17 00:00:00 2001 From: Ishaan Jaff Date: Fri, 5 Apr 2024 16:17:53 -0700 Subject: [PATCH] fix testing yaml --- .circleci/config.yml | 1 + litellm/tests/test_completion.py | 3 --- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 2d7d0f839..e7c4f8a0a 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -7,6 +7,7 @@ jobs: steps: - checkout + - run: name: Show git commit hash command: echo "Git commit hash: $CIRCLE_SHA1" diff --git a/litellm/tests/test_completion.py b/litellm/tests/test_completion.py index aa54f8154..e4936eb02 100644 --- a/litellm/tests/test_completion.py +++ b/litellm/tests/test_completion.py @@ -50,9 +50,6 @@ def test_completion_custom_provider_model_name(): pytest.fail(f"Error occurred: {e}") -# test_completion_custom_provider_model_name() - - def test_completion_azure_command_r(): try: litellm.set_verbose = True