Loading pkgs/development/python-modules/zigpy-znp/default.nix +11 −0 Original line number Diff line number Diff line Loading @@ -62,6 +62,17 @@ buildPythonPackage rec { "--reruns=3" ]; disabledTests = [ # failing since zigpy 0.60.0 "test_join_device" "test_nonstandard_profile" "test_permit_join" "test_request_recovery_route_rediscovery_zdo" "test_watchdog" "test_zigpy_request" "test_zigpy_request_failure" ]; pythonImportsCheck = [ "zigpy_znp" ]; Loading Loading
pkgs/development/python-modules/zigpy-znp/default.nix +11 −0 Original line number Diff line number Diff line Loading @@ -62,6 +62,17 @@ buildPythonPackage rec { "--reruns=3" ]; disabledTests = [ # failing since zigpy 0.60.0 "test_join_device" "test_nonstandard_profile" "test_permit_join" "test_request_recovery_route_rediscovery_zdo" "test_watchdog" "test_zigpy_request" "test_zigpy_request_failure" ]; pythonImportsCheck = [ "zigpy_znp" ]; Loading