diff --git a/tests/llm_translation/conftest.py b/tests/llm_translation/conftest.py index 09da0520be0..17ffb800ea0 100644 --- a/tests/llm_translation/conftest.py +++ b/tests/llm_translation/conftest.py @@ -36,7 +36,6 @@ _controller_terminal_reporter = None # silently win, so respx-using files opt out of the auto-marker. _RESPX_CONFLICTING_FILES = frozenset( { - "test_azure_o_series.py", "test_gpt4o_audio.py", "test_nvidia_nim.py", "test_openai.py", diff --git a/tests/llm_translation/test_azure_o_series.py b/tests/llm_translation/test_azure_o_series.py index 181d3b677d2..ab122d3ff6a 100644 --- a/tests/llm_translation/test_azure_o_series.py +++ b/tests/llm_translation/test_azure_o_series.py @@ -11,7 +11,6 @@ sys.path.insert( import httpx import pytest -from respx import MockRouter import litellm from litellm import Choices, Message, ModelResponse