From fd1a2a90bf35f1a21c1727c70abc0dea1fb455b1 Mon Sep 17 00:00:00 2001 From: Ishaan Jaff Date: Mon, 3 Jun 2024 22:03:39 -0700 Subject: [PATCH] ci/cd run again --- litellm/tests/test_completion.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/litellm/tests/test_completion.py b/litellm/tests/test_completion.py index 98e495f45d..42623a25cc 100644 --- a/litellm/tests/test_completion.py +++ b/litellm/tests/test_completion.py @@ -152,7 +152,7 @@ async def test_completion_databricks(sync_mode): response_format_tests(response=response) -# @pytest.mark.skip(reason="local test") +# @pytest.mark.skip(reason="local only test") @pytest.mark.parametrize("sync_mode", [True, False]) @pytest.mark.asyncio async def test_completion_predibase(sync_mode):