chore: rm composio (#5151)
This commit is contained in:
committed by
Caren Thomas
parent
07a687880f
commit
e07a589796
7
.github/scripts/model-sweep/conftest.py
vendored
7
.github/scripts/model-sweep/conftest.py
vendored
@@ -62,13 +62,6 @@ def default_user(default_organization):
|
||||
yield user
|
||||
|
||||
|
||||
@pytest.fixture
|
||||
def check_composio_key_set():
|
||||
original_api_key = tool_settings.composio_api_key
|
||||
assert original_api_key is not None, "Missing composio key! Cannot execute this test."
|
||||
yield
|
||||
|
||||
|
||||
# --- Tool Fixtures ---
|
||||
@pytest.fixture
|
||||
def weather_tool_func():
|
||||
|
||||
Reference in New Issue
Block a user