python311Packages.zha-quirks: disable failing tests
This commit is contained in:
parent
ee2598655e
commit
3d8bb335be
1 changed files with 7 additions and 0 deletions
|
@ -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"
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue