Unverified Commit cc9d3a57 authored by kirillrdy's avatar kirillrdy Committed by GitHub
Browse files

python3Packages.lerobot: skip unreliable tests (hanging forever) (#458933)

parents 3d81f3ab cc61a46f
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -150,6 +150,11 @@ buildPythonPackage rec {
    "test_construction_rejects_step_without_call"
  ];

  disabledTestPaths = [
    # Sometimes hang forever on some CPU models
    "tests/policies/test_sac_policy.py"
  ];

  meta = {
    description = "Making AI for Robotics more accessible with end-to-end learning";
    homepage = "https://github.com/huggingface/lerobot";