pythonPackages.descartes: mark broken

This commit is contained in:
Sandro Jäckel 2021-03-05 01:08:00 +01:00
parent 40a88de407
commit c8a1ce0fca
No known key found for this signature in database
GPG key ID: 3AF5A43A3EECC2E5

View file

@ -21,5 +21,7 @@ buildPythonPackage rec {
homepage = "https://bitbucket.org/sgillies/descartes/";
license = licenses.bsd3;
maintainers = with maintainers; [ knedlsepp ];
# all tests are failing
broken = true;
};
}