Reset the threading.local _hass object in tests (#101700)
This commit is contained in:
parent
f7292d5b00
commit
8a83e810b8
1 changed files with 3 additions and 0 deletions
|
@ -559,6 +559,9 @@ async def hass(
|
||||||
# Restore timezone, it is set when creating the hass object
|
# Restore timezone, it is set when creating the hass object
|
||||||
dt_util.DEFAULT_TIME_ZONE = orig_tz
|
dt_util.DEFAULT_TIME_ZONE = orig_tz
|
||||||
|
|
||||||
|
# Reset the _Hass threading.local object
|
||||||
|
ha._hass.__dict__.clear()
|
||||||
|
|
||||||
for ex in exceptions:
|
for ex in exceptions:
|
||||||
if (
|
if (
|
||||||
request.module.__name__,
|
request.module.__name__,
|
||||||
|
|
Loading…
Add table
Reference in a new issue