Remove unnecessary thread_ident assignment (#8194)
* Remove mocking of _thread_ident * Re-add run_loop thread_ident assignment
This commit is contained in:
parent
4ca5ed25bc
commit
8358542ce0
1 changed files with 0 additions and 2 deletions
|
@ -113,8 +113,6 @@ def get_test_home_assistant():
|
|||
@asyncio.coroutine
|
||||
def async_test_home_assistant(loop):
|
||||
"""Return a Home Assistant object pointing at test config dir."""
|
||||
loop._thread_ident = threading.get_ident()
|
||||
|
||||
hass = ha.HomeAssistant(loop)
|
||||
INSTANCES.append(hass)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue