fix: fix bugs in relative imports exposed due to dir move

This commit is contained in:
Ashwin Bharambe 2025-03-03 19:42:45 -08:00
parent 55668d3c5b
commit e5ec68f66e
2 changed files with 5 additions and 3 deletions

View file

@ -9,14 +9,15 @@ import os
from pathlib import Path
import pytest
from fixtures.recordable_mock import RecordableMock
from llama_stack_client import LlamaStackClient
from report import Report
from llama_stack import LlamaStackAsLibraryClient
from llama_stack.apis.datatypes import Api
from llama_stack.providers.tests.env import get_env_or_fail
from .fixtures.recordable_mock import RecordableMock
from .report import Report
def pytest_configure(config):
config.option.tbstyle = "short"