From 7fbddc32b463811351b601a6638bd3be8a41628c Mon Sep 17 00:00:00 2001 From: Eduardo Chiarotti Date: Thu, 4 Jul 2024 22:57:22 -0300 Subject: [PATCH] fix: remove need of vcr --- tests/crew_test.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/crew_test.py b/tests/crew_test.py index 7fb95b412..31ac55444 100644 --- a/tests/crew_test.py +++ b/tests/crew_test.py @@ -940,7 +940,6 @@ def test_task_with_no_arguments(): assert result == "75" -@pytest.mark.vcr(filter_headers=["authorization"]) def test_code_execution_flag_adds_code_tool_upon_kickoff(): from crewai_tools import CodeInterpreterTool