mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-08-12 04:50:39 +00:00
kill safety conftest
This commit is contained in:
parent
8d49a10c8e
commit
113b17679d
1 changed files with 0 additions and 13 deletions
|
@ -1,13 +0,0 @@
|
||||||
# Copyright (c) Meta Platforms, Inc. and affiliates.
|
|
||||||
# All rights reserved.
|
|
||||||
#
|
|
||||||
# This source code is licensed under the terms described in the LICENSE file in
|
|
||||||
# the root directory of this source tree.
|
|
||||||
|
|
||||||
|
|
||||||
def pytest_generate_tests(metafunc):
|
|
||||||
if "llama_guard_text_shield_id" in metafunc.fixturenames:
|
|
||||||
metafunc.parametrize(
|
|
||||||
"llama_guard_text_shield_id",
|
|
||||||
[metafunc.config.getoption("--safety-shield")],
|
|
||||||
)
|
|
Loading…
Add table
Add a link
Reference in a new issue