python311Packages.zha-quirks: disable failing tests

This commit is contained in:
Martin Weinelt 2024-03-07 02:52:13 +01:00
parent ee2598655e
commit 3d8bb335be
No known key found for this signature in database
GPG key ID: 87C1E9888F856759

View file

@ -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"
];