From c6f0f5f694aea9209c3c9ecb39cef7418dff2085 Mon Sep 17 00:00:00 2001 From: Erik Date: Tue, 20 Jan 2026 13:59:15 +0100 Subject: [PATCH] Make mocking of blueprint copying opt-out instead of opt-in --- tests/components/conftest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/components/conftest.py b/tests/components/conftest.py index 19f8d605c347..65c1514e5620 100644 --- a/tests/components/conftest.py +++ b/tests/components/conftest.py @@ -109,7 +109,7 @@ def entity_registry_enabled_by_default() -> Generator[None]: # Blueprint test fixtures -@pytest.fixture(name="stub_blueprint_populate") +@pytest.fixture(name="stub_blueprint_populate", autouse=True) def stub_blueprint_populate_fixture() -> Generator[None]: """Stub copying the blueprints to the config folder.""" from .blueprint.common import ( # noqa: PLC0415