mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-23 00:12:24 +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(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue