Remove unnecessary thread_ident assignment (#8194)

* Remove mocking of _thread_ident

* Re-add run_loop thread_ident assignment
This commit is contained in:
Adam Mills 2017-06-25 16:39:05 -04:00 committed by GitHub
parent 4ca5ed25bc
commit 8358542ce0

View file

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