We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39db04b commit fb7f0daCopy full SHA for fb7f0da
1 file changed
pkgs/development/python-modules/distrax/default.nix
@@ -82,5 +82,8 @@ buildPythonPackage rec {
82
homepage = "https://github.com/deepmind/distrax";
83
license = licenses.asl20;
84
maintainers = with maintainers; [ onny ];
85
+ # Several tests fail with:
86
+ # AssertionError: [Chex] Assertion assert_type failed: Error in type compatibility check
87
+ broken = true;
88
};
89
}
0 commit comments