mirror of
https://github.com/home-assistant/core.git
synced 2025-12-24 21:06:19 +00:00
Install requirements for all deps with tests (#27362)
* Install requirements for all deps with tests * Remove unused REQUIREMENTS var * Print diff if not the same * Simplify * Update command line * Fix detecting empty dirs * Install non-integration * Fix upnp tests * Lint * Fix ZHA test
This commit is contained in:
@@ -41,7 +41,7 @@ async def test_get_actions(hass, config_entry, zha_gateway):
|
||||
zha_gateway,
|
||||
)
|
||||
|
||||
await hass.config_entries.async_forward_entry_setup(config_entry, DOMAIN)
|
||||
await hass.config_entries.async_forward_entry_setup(config_entry, "binary_sensor")
|
||||
await hass.async_block_till_done()
|
||||
hass.config_entries._entries.append(config_entry)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user