From fbe92df87e54893b0ab9c0e7ccf0f7673608e9eb Mon Sep 17 00:00:00 2001 From: Ishaan Jaff Date: Thu, 12 Sep 2024 08:24:37 -0700 Subject: [PATCH] fix router tests --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index a0525041f..18c595384 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -170,7 +170,7 @@ jobs: command: | pwd ls - python -m pytest -vv -k "router" -x -s -v --junitxml=test-results/junit.xml --durations=5 + python -m pytest litellm/tests/ -vv -k "router" -x -s -v --junitxml=test-results/junit.xml --durations=5 no_output_timeout: 120m # Store test results - store_test_results: