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

Update pytest to 8.4.0 (#146114)

This commit is contained in:
Marc Mueller
2025-06-04 08:09:19 +02:00
committed by GitHub
parent e3f7e5706b
commit a8ccf1c6fc
5 changed files with 16 additions and 9 deletions

View File

@@ -1866,7 +1866,7 @@ async def test_exception_platform_pre(hass: HomeAssistant) -> None:
BackupManagerExceptionGroup,
(
"Multiple errors when creating backup: Error during pre-backup: Boom, "
"Error during post-backup: Test exception (2 sub-exceptions)"
"Error during post-backup: Test exception"
),
),
(
@@ -1874,7 +1874,7 @@ async def test_exception_platform_pre(hass: HomeAssistant) -> None:
BackupManagerExceptionGroup,
(
"Multiple errors when creating backup: Error during pre-backup: Boom, "
"Error during post-backup: Test exception (2 sub-exceptions)"
"Error during post-backup: Test exception"
),
),
],