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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user