chore: delete all cassettes and update conftest

This commit is contained in:
Greyson LaLonde
2025-11-08 01:54:25 -05:00
parent 996c53228b
commit b9bc5714c3
41 changed files with 46 additions and 5810 deletions

View File

@@ -45,7 +45,6 @@ def test_telemetry_enabled_by_default():
assert telemetry.ready is True
@pytest.mark.telemetry
@patch("crewai.telemetry.telemetry.logger.error")
@patch(
"opentelemetry.exporter.otlp.proto.http.trace_exporter.OTLPSpanExporter.export",