Commit fb7f0dad authored by Gaetan Lepage's avatar Gaetan Lepage
Browse files

python311Packages.distrax: mark as broken

parent 39db04ba
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -82,5 +82,8 @@ buildPythonPackage rec {
    homepage = "https://github.com/deepmind/distrax";
    license = licenses.asl20;
    maintainers = with maintainers; [ onny ];
    # Several tests fail with:
    # AssertionError: [Chex] Assertion assert_type failed: Error in type compatibility check
    broken = true;
  };
}