python311Packages.distrax: mark as broken
This commit is contained in:
parent
39db04baf0
commit
fb7f0dad50
1 changed files with 3 additions and 0 deletions
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue