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

This commit is contained in:
Jamie Magee
2026-04-04 21:34:17 -07:00
parent 32cbbb03c7
commit ec712607d9
@@ -26,6 +26,12 @@ buildHomeAssistantComponent rec {
pytestCheckHook
];
disabledTests = [
# tests try to open sockets
"test_manual_flow_ac_device"
"test_manual_flow_cc_device"
];
meta = {
changelog = "https://github.com/mill1000/midea-ac-py/releases/tag/${src.tag}";
description = "Home Assistant custom integration to control Midea (and associated brands) air conditioners via LAN";