pythonPackages.clifford: mark broken
This commit is contained in:
parent
e0d6916352
commit
ef41887a72
1 changed files with 2 additions and 0 deletions
|
@ -63,5 +63,7 @@ buildPythonPackage rec {
|
|||
homepage = "https://clifford.readthedocs.io";
|
||||
license = licenses.bsd3;
|
||||
maintainers = [ maintainers.costrouc ];
|
||||
# many TypeError's in tests
|
||||
broken = true;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue