From 1bb7ad4f69d3d8dba5b8d310e5e9649b6a2c0b29 Mon Sep 17 00:00:00 2001 From: Ishaan Jaffer Date: Sat, 27 Sep 2025 12:13:51 -0700 Subject: [PATCH] litellm_utils_testing --- .circleci/config.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index d41c5aea20..459dd70e8d 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -1200,6 +1200,7 @@ jobs: pip install "pytest-cov==5.0.0" pip install "google-generativeai==0.3.2" pip install "google-cloud-aiplatform==1.43.0" + pip install pytest-mock # Run pytest and generate JUnit XML report - run: name: Run tests