pythonPackages.crate: mark broken (#130017)
This commit is contained in:
committed by
GitHub
parent
0794702083
commit
46de2b8ffb
@@ -22,6 +22,10 @@ buildPythonPackage rec {
|
||||
|
||||
propagatedBuildInputs = [ agate sqlalchemy ];
|
||||
|
||||
# crate is broken in nixpkgs, with SQLAlchemy > 1.3
|
||||
# Skip tests for now as they rely on it.
|
||||
doCheck = false;
|
||||
|
||||
checkInputs = [ crate nose geojson ];
|
||||
|
||||
checkPhase = ''
|
||||
|
||||
Reference in New Issue
Block a user