1
0
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:
Paulus Schoutsen
2019-10-09 16:16:29 -07:00
committed by GitHub
parent 74ef1358da
commit 54c24de158
9 changed files with 284 additions and 252 deletions

View File

@@ -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)