diff --git a/.circleci/config.yml b/.circleci/config.yml index daa4d59ec..c8c9ca07c 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -81,7 +81,7 @@ jobs: command: | pwd ls - python -m pytest -vv litellm/tests/ -x --junitxml=test-results/junit.xml --durations=5 + python -m pytest -vv litellm/tests/ -x -s -v --junitxml=test-results/junit.xml --durations=5 no_output_timeout: 120m # Store test results diff --git a/litellm/tests/test_completion.py b/litellm/tests/test_completion.py index f6be6e952..02917cf88 100644 --- a/litellm/tests/test_completion.py +++ b/litellm/tests/test_completion.py @@ -292,7 +292,7 @@ def test_completion_gpt4_vision(): def test_completion_azure_gpt4_vision(): - # azure/gpt-4, vision takes 5 seconds to respond + # azure/gpt-4, vision takes 5seconds to respond try: litellm.set_verbose = True response = completion(