From bf2f6901ce0da45c5cf0b1b75f2b27467068d10e Mon Sep 17 00:00:00 2001 From: Ritika shrestha <87307821+ritsth@users.noreply.github.com> Date: Sun, 28 Jun 2026 14:40:48 -0700 Subject: [PATCH] test(cohere): use unique test module basename to avoid pytest import clash Rename test_transformation.py to test_cohere_rerank_v2_transformation.py; sibling provider dirs have no __init__.py, so a bare test_transformation basename collides with other same-named modules in the same CI shard (import file mismatch). --- ..._transformation.py => test_cohere_rerank_v2_transformation.py} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename tests/test_litellm/llms/cohere/rerank_v2/{test_transformation.py => test_cohere_rerank_v2_transformation.py} (100%) diff --git a/tests/test_litellm/llms/cohere/rerank_v2/test_transformation.py b/tests/test_litellm/llms/cohere/rerank_v2/test_cohere_rerank_v2_transformation.py similarity index 100% rename from tests/test_litellm/llms/cohere/rerank_v2/test_transformation.py rename to tests/test_litellm/llms/cohere/rerank_v2/test_cohere_rerank_v2_transformation.py