more test fixes

This commit is contained in:
Dinesh Yeduguru 2024-12-30 13:27:43 -08:00
parent 40439509ca
commit c2dd0cdc78
7 changed files with 63 additions and 120 deletions

View file

@ -157,4 +157,5 @@ pytest_plugins = [
"llama_stack.providers.tests.scoring.fixtures",
"llama_stack.providers.tests.eval.fixtures",
"llama_stack.providers.tests.post_training.fixtures",
"llama_stack.providers.tests.tools.fixtures",
]