mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-08-03 09:21:45 +00:00
test fixes
This commit is contained in:
parent
9a3d7fa33c
commit
40439509ca
2 changed files with 1 additions and 3 deletions
|
@ -10,7 +10,7 @@ from ..conftest import get_provider_fixture_overrides
|
|||
from ..inference.fixtures import INFERENCE_FIXTURES
|
||||
from ..memory.fixtures import MEMORY_FIXTURES
|
||||
from ..safety.fixtures import SAFETY_FIXTURES
|
||||
from .fixtures import TOOL_RUNTIME_FIXTURES
|
||||
from .fixtures import TOOL_RUNTIME_FIXTURES, tools_stack # noqa: F401
|
||||
|
||||
DEFAULT_PROVIDER_COMBINATIONS = [
|
||||
pytest.param(
|
||||
|
|
|
@ -14,8 +14,6 @@ from llama_stack.apis.memory_banks import VectorMemoryBankParams
|
|||
from llama_stack.apis.tools import ToolInvocationResult
|
||||
from llama_stack.providers.datatypes import Api
|
||||
|
||||
from .fixtures import tools_stack as _tools_stack # noqa: F401, F811
|
||||
|
||||
|
||||
@pytest.fixture
|
||||
def sample_search_query():
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue