From 00ec939ea6c0adc0992d7fbb3a3d379bf0e96817 Mon Sep 17 00:00:00 2001 From: yuneng-jiang Date: Fri, 23 Jan 2026 23:13:45 -0800 Subject: [PATCH] cache tests serial --- .circleci/config.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 5d87d33f39..d4d35a0881 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -411,7 +411,6 @@ jobs: pip install "Pillow==10.3.0" pip install "jsonschema==4.22.0" pip install "websockets==13.1.0" - pip install "pytest-xdist==3.6.1" - setup_litellm_enterprise_pip - save_cache: paths: @@ -431,7 +430,7 @@ jobs: command: | pwd ls - python -m pytest -vv tests/local_testing --cov=litellm -n 4 --cov-report=xml -x --junitxml=test-results/junit.xml --durations=5 -k "caching or cache" + python -m pytest -vv tests/local_testing --cov=litellm --cov-report=xml -x --junitxml=test-results/junit.xml --durations=5 -k "caching or cache" no_output_timeout: 120m - run: name: Rename the coverage files