From c5322243080110ea11f5b28d3c05e11930bdeb1e Mon Sep 17 00:00:00 2001 From: ishaan-jaff Date: Mon, 11 Dec 2023 11:11:44 -0800 Subject: [PATCH] (test) custom logger proxy --- litellm/tests/test_amazing_proxy_custom_logger.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/litellm/tests/test_amazing_proxy_custom_logger.py b/litellm/tests/test_amazing_proxy_custom_logger.py index 363a44995..15857324e 100644 --- a/litellm/tests/test_amazing_proxy_custom_logger.py +++ b/litellm/tests/test_amazing_proxy_custom_logger.py @@ -50,7 +50,7 @@ headers = { "Authorization": f"Bearer {token}" } - +@pytest.mark.no_parallel def test_chat_completion(client): try: # Your test data @@ -96,7 +96,7 @@ def test_chat_completion(client): except Exception as e: pytest.fail("LiteLLM Proxy test failed. Exception", e) - +@pytest.mark.no_parallel def test_chat_completion_stream(client): try: # Your test data @@ -161,7 +161,7 @@ def test_chat_completion_stream(client): pytest.fail("LiteLLM Proxy test failed. Exception", e) - +@pytest.mark.no_parallel def test_embedding(client): try: # Your test data