Loading pkgs/development/python-modules/zha-quirks/default.nix +7 −0 Original line number Diff line number Diff line Loading @@ -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 Loading
pkgs/development/python-modules/zha-quirks/default.nix +7 −0 Original line number Diff line number Diff line Loading @@ -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