pythonPackages.clifford: mark broken

This commit is contained in:
Sandro Jäckel 2021-03-08 02:08:16 +01:00
parent e0d6916352
commit ef41887a72
No known key found for this signature in database
GPG key ID: 3AF5A43A3EECC2E5

View file

@ -63,5 +63,7 @@ buildPythonPackage rec {
homepage = "https://clifford.readthedocs.io";
license = licenses.bsd3;
maintainers = [ maintainers.costrouc ];
# many TypeError's in tests
broken = true;
};
}