From 09bdc6bb578076322eefbf1861a57b667cf1eaf0 Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Thu, 21 May 2026 15:59:02 -0500 Subject: [PATCH] DNM: touch abode conftest to verify split_tests cache full-bust --- tests/components/abode/conftest.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/components/abode/conftest.py b/tests/components/abode/conftest.py index 097eb568d4aa92..0a5283336cd3de 100644 --- a/tests/components/abode/conftest.py +++ b/tests/components/abode/conftest.py @@ -1,4 +1,5 @@ """Configuration for Abode tests.""" +# DNM: cache empirical test — touch this conftest to provoke a full cache bust. from collections.abc import Generator from unittest.mock import AsyncMock, patch