home-assistant-custom-components.mitsubishi: disable socket-dependent tests

This commit is contained in:
Jamie Magee
2026-04-04 21:34:17 -07:00
parent ec712607d9
commit 3fc8b86f2e
@@ -30,6 +30,13 @@ buildHomeAssistantComponent rec {
pytest-homeassistant-custom-component
];
disabledTests = [
# tests try to open sockets
"test_form_success"
"test_form_already_configured"
"test_form_with_options"
];
meta = {
description = "Home Assistant Mitsubishi Air Conditioner Integration";
changelog = "https://github.com/pymitsubishi/homeassistant-mitsubishi/releases/tag/v${version}";