diff --git a/tests/integration/safety/conftest.py b/tests/integration/safety/conftest.py deleted file mode 100644 index 953b76cbf..000000000 --- a/tests/integration/safety/conftest.py +++ /dev/null @@ -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")], - )