diff --git a/tests/tests_new/conftest.py b/tests/tests_new/conftest.py index 0672144..949cbfb 100644 --- a/tests/tests_new/conftest.py +++ b/tests/tests_new/conftest.py @@ -18,6 +18,7 @@ def auto_enable_custom_integrations(enable_custom_integrations: pytest.fixture): # type: ignore[no-untyped-def] yield + # NOTE: ? workaround for: https://github.com/MatthewFlamm/pytest-homeassistant-custom-component/issues/198 @pytest.fixture # not loading from pytest_homeassistant_custom_component.plugins def snapshot(snapshot: SnapshotAssertion) -> SnapshotAssertion: