This commit is contained in:
Ashwin Bharambe 2025-08-06 10:41:42 -07:00
parent f0e9d78099
commit 273549c7c6

View file

@ -37,7 +37,7 @@ def pytest_sessionstart(session):
# pull client instantiation to session start so all the complex logs during initialization
# don't clobber the test one-liner outputs
if not getattr(session.config, "skip_llama_stack_client_instantiation", False):
if not getattr(session.config, "skip_llama_stack_client_instantiation", True):
print("instantiating llama_stack_client")
start_time = time.time()
with warnings.catch_warnings():