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

Bump bluetooth deps (#107816)

This commit is contained in:
J. Nick Koston
2024-01-11 22:45:49 -10:00
committed by GitHub
parent fb0dad66db
commit ce11366b9c
8 changed files with 16 additions and 15 deletions

View File

@@ -571,6 +571,7 @@ async def test_restart_takes_longer_than_watchdog_time(
assert "already restarting" in caplog.text
@pytest.mark.skipif("platform.system() != 'Darwin'")
async def test_setup_and_stop_macos(
hass: HomeAssistant, mock_bleak_scanner_start: MagicMock, macos_adapter: None
) -> None: