chore: remove pytest reports (#2156)

# What does this PR do?

Cleanup old test code too.

Signed-off-by: Sébastien Han <seb@redhat.com>
This commit is contained in:
Sébastien Han 2025-05-14 07:40:15 +02:00 committed by GitHub
parent 8e316c9b1e
commit 26dffff92a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
13 changed files with 0 additions and 1032 deletions

View file

@ -15,8 +15,6 @@ from dotenv import load_dotenv
from llama_stack.log import get_logger
from .report import Report
logger = get_logger(__name__, category="tests")
@ -60,9 +58,6 @@ def pytest_configure(config):
os.environ["DISABLE_CODE_SANDBOX"] = "1"
logger.info("Setting DISABLE_CODE_SANDBOX=1 for macOS")
if config.getoption("--report"):
config.pluginmanager.register(Report(config))
def pytest_addoption(parser):
parser.addoption(