From 0ed1a542c395c4b06280fef9e948e0316167b82d Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Thu, 21 May 2026 16:10:52 -0500 Subject: [PATCH] DNM: touch cloud conftest + manifest to verify split_tests cache full-bust --- homeassistant/components/cloud/manifest.json | 2 +- tests/components/cloud/conftest.py | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/homeassistant/components/cloud/manifest.json b/homeassistant/components/cloud/manifest.json index 72941c5a55234c..f38ce35f56e9df 100644 --- a/homeassistant/components/cloud/manifest.json +++ b/homeassistant/components/cloud/manifest.json @@ -12,7 +12,7 @@ "documentation": "https://www.home-assistant.io/integrations/cloud", "integration_type": "system", "iot_class": "cloud_push", - "loggers": ["acme", "hass_nabucasa", "snitun"], + "loggers": ["acme", "snitun", "hass_nabucasa"], "requirements": ["hass-nabucasa==2.2.0", "openai==2.21.0"], "single_config_entry": true } diff --git a/tests/components/cloud/conftest.py b/tests/components/cloud/conftest.py index 0610567fe9bbae..d2b0f7afa21de1 100644 --- a/tests/components/cloud/conftest.py +++ b/tests/components/cloud/conftest.py @@ -1,4 +1,5 @@ """Fixtures for cloud tests.""" +# DNM: empirical test of split_tests cache full-bust path. from collections.abc import AsyncGenerator, Callable, Coroutine, Generator from pathlib import Path