1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-24 21:06:19 +00:00

Import recorder and common recorder platforms before asyncio starts (#112131)

This commit is contained in:
J. Nick Koston
2024-03-03 22:03:30 -10:00
committed by GitHub
parent c13231fc00
commit 40c0b4caf0
4 changed files with 12 additions and 3 deletions

View File

@@ -1026,8 +1026,8 @@ async def test_bootstrap_dependencies(
)
async def test_frontend_deps_pre_import_no_requirements(hass: HomeAssistant) -> None:
"""Test frontend dependencies are pre-imported and do not have any requirements."""
async def test_pre_import_no_requirements(hass: HomeAssistant) -> None:
"""Test pre-imported and do not have any requirements."""
pre_imports = [
name.removesuffix("_pre_import")
for name in dir(bootstrap)