mirror of
https://github.com/meta-llama/llama-stack.git
synced 2026-01-01 05:04:33 +00:00
write md file
This commit is contained in:
parent
934ecdc401
commit
b009f83ea1
2 changed files with 70 additions and 63 deletions
|
|
@ -142,7 +142,8 @@ def pytest_configure(config):
|
|||
key, value = env_var.split("=", 1)
|
||||
os.environ[key] = value
|
||||
|
||||
config.pluginmanager.register(Report(config))
|
||||
if config.getoption("--config") is not None:
|
||||
config.pluginmanager.register(Report(config))
|
||||
|
||||
|
||||
def pytest_addoption(parser):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue