python311Packages.zha-quirks: disable failing tests

This commit is contained in:
Martin Weinelt
2024-03-07 12:38:10 +01:00
parent ee2598655e
commit 3d8bb335be
@@ -43,6 +43,13 @@ buildPythonPackage rec {
pytestCheckHook
];
disabledTests = [
# RuntimeError: no running event loop
"test_mfg_cluster_events"
"test_co2_sensor"
"test_smart_air_sensor"
];
pythonImportsCheck = [
"zhaquirks"
];