python311Packages.distrax: mark as broken

This commit is contained in:
Gaetan Lepage 2024-04-02 00:52:38 +02:00
parent 39db04baf0
commit fb7f0dad50
1 changed files with 3 additions and 0 deletions

View File

@ -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;
};
}