mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-12 12:06:04 +00:00
updated conftest.py
This commit is contained in:
parent
236f235ddb
commit
deaccfcb4b
1 changed files with 3 additions and 0 deletions
|
|
@ -259,6 +259,9 @@ def pytest_generate_tests(metafunc):
|
|||
metafunc.parametrize(params, value_combinations, scope="session", ids=test_ids if test_ids else None)
|
||||
|
||||
|
||||
pytest_plugins = ["tests.integration.fixtures.common"]
|
||||
|
||||
|
||||
def pytest_ignore_collect(path: str, config: pytest.Config) -> bool:
|
||||
"""Skip collecting paths outside the selected suite roots for speed."""
|
||||
suite = config.getoption("--suite")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue