Skip to content

Commit fb7f0da

Browse files
committed
python311Packages.distrax: mark as broken
1 parent 39db04b commit fb7f0da

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pkgs/development/python-modules/distrax/default.nix

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,5 +82,8 @@ buildPythonPackage rec {
8282
homepage = "https://github.com/deepmind/distrax";
8383
license = licenses.asl20;
8484
maintainers = with maintainers; [ onny ];
85+
# Several tests fail with:
86+
# AssertionError: [Chex] Assertion assert_type failed: Error in type compatibility check
87+
broken = true;
8588
};
8689
}

0 commit comments

Comments
 (0)