mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-23 00:12:24 +00:00
more test fixes
This commit is contained in:
parent
40439509ca
commit
c2dd0cdc78
7 changed files with 63 additions and 120 deletions
|
|
@ -10,7 +10,8 @@ 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, safety_model_from_shield
|
||||
from .fixtures import AGENTS_FIXTURES, TOOL_RUNTIME_FIXTURES
|
||||
from ..tools.fixtures import TOOL_RUNTIME_FIXTURES
|
||||
from .fixtures import AGENTS_FIXTURES
|
||||
|
||||
DEFAULT_PROVIDER_COMBINATIONS = [
|
||||
pytest.param(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue