diff --git a/tests/llmobs/conftest.py b/tests/llmobs/conftest.py index a05e157536..dbd4889fb8 100644 --- a/tests/llmobs/conftest.py +++ b/tests/llmobs/conftest.py @@ -157,18 +157,6 @@ def mock_llmobs_evaluator_runner(): patcher.stop() -@pytest.fixture -def LLMObsWithRagas(monkeypatch, mock_llmobs_span_writer, mock_llmobs_eval_metric_writer, ddtrace_global_config): - global_config = default_global_config() - global_config.update(ddtrace_global_config) - with override_env(dict(_DD_LLMOBS_EVALUATORS="ragas_faithfulness", _DD_LLMOBS_EVALUATOR_INTERVAL=0.01)): - with override_global_config(global_config): - dummy_tracer = DummyTracer() - llmobs_service.enable(_tracer=dummy_tracer) - yield llmobs_service - llmobs_service.disable() - - @pytest.fixture def mock_ragas_dependencies_not_present(): previous = ddtrace.llmobs._evaluators.ragas.faithfulness.RAGAS_DEPENDENCIES_PRESENT