python3Packages.pydaikin: disable failing async tests

This commit is contained in:
Martin Weinelt
2025-08-09 19:08:53 +02:00
parent 7ffdd36343
commit a4afa02375
@@ -46,6 +46,12 @@ buildPythonPackage rec {
pytestCheckHook
];
disabledTests = [
# Failed: async def functions are not natively supported.
"test_power_sensors"
"test_device_factory"
];
pythonImportsCheck = [ "pydaikin" ];
meta = with lib; {