mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-23 05:49:42 +00:00
t fix(ci): allow tests to skip llama stack client instantiation
This commit is contained in:
parent
dfce05d0c5
commit
f0e9d78099
3 changed files with 19 additions and 7 deletions
9
tests/integration/providers/utils/sqlstore/conftest.py
Normal file
9
tests/integration/providers/utils/sqlstore/conftest.py
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
# Copyright (c) Meta Platforms, Inc. and affiliates.
|
||||
# All rights reserved.
|
||||
#
|
||||
# This source code is licensed under the terms described in the LICENSE file in
|
||||
# the root directory of this source tree.
|
||||
|
||||
|
||||
def pytest_configure(config):
|
||||
config.skip_llama_stack_client_instantiation = True
|
||||
Loading…
Add table
Add a link
Reference in a new issue