From c78d74420e1007042f44cd6cb771ec6a8175164a Mon Sep 17 00:00:00 2001 From: Will Gibson <8738245+WillGibson@users.noreply.github.com> Date: Wed, 20 Nov 2024 08:47:15 +0000 Subject: [PATCH] Drop change in conftest.py --- tests/platform_helper/conftest.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/platform_helper/conftest.py b/tests/platform_helper/conftest.py index 722ed7c7c..65324229f 100644 --- a/tests/platform_helper/conftest.py +++ b/tests/platform_helper/conftest.py @@ -39,7 +39,6 @@ def __init__(self): @pytest.fixture def fakefs(fs): """Mock file system fixture with the templates and schemas dirs retained.""" - print(f"BASE_DIR: {BASE_DIR}") fs.add_real_directory(BASE_DIR / "dbt_platform_helper/templates", lazy_read=True) fs.add_real_directory(FIXTURES_DIR, lazy_read=True) fs.add_real_file(BASE_DIR / "dbt_platform_helper/addon-plans.yml")