1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-24 21:06:19 +00:00

Bump pytest to 7.0.0 (#65981)

This commit is contained in:
Tobias Sauerwein
2022-02-08 10:03:27 +01:00
committed by GitHub
parent a03d8179d0
commit 8b38fa58aa
7 changed files with 26 additions and 5 deletions

View File

@@ -46,8 +46,11 @@ from tests.common import async_fire_time_changed
DEFAULT_TIME_ZONE = dt_util.DEFAULT_TIME_ZONE
@pytest.fixture(autouse=True)
def teardown():
"""Stop everything that was started."""
yield
dt_util.set_default_time_zone(DEFAULT_TIME_ZONE)