diff --git a/.circleci/config.yml b/.circleci/config.yml index cdbedb388..4afdf7330 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -43,6 +43,7 @@ jobs: # Run pytest and generate JUnit XML report + parallelism: 10 - run: name: Run tests command: | diff --git a/litellm/tests/test_completion.py b/litellm/tests/test_completion.py index 552c3cb30..040e1b13b 100644 --- a/litellm/tests/test_completion.py +++ b/litellm/tests/test_completion.py @@ -386,7 +386,7 @@ def test_completion_azure(): # test_completion_azure() -# new azure test for using litellm. vars +# new azure test for using litellm. vars # use the following vars in this test and make an azure_api_call # litellm.api_type = self.azure_api_type # litellm.api_base = self.azure_api_base