diff --git a/tests/conftest.py b/tests/conftest.py deleted file mode 100644 index fce589e57..000000000 --- a/tests/conftest.py +++ /dev/null @@ -1,8 +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. - -# Global pytest plugins configuration -pytest_plugins = ["tests.integration.fixtures.common"]