python38Packages.nipype: mark broken

Tests on python3.8 hang for several hours, blocking reviews
of other packages.
This commit is contained in:
Jonathan Ringer 2020-02-14 09:24:28 -08:00 committed by Jon
parent 25f6f66f25
commit 1abea42347

View file

@ -2,6 +2,7 @@
, buildPythonPackage
, fetchPypi
, isPy3k
, isPy38
# python dependencies
, click
, configparser ? null
@ -109,5 +110,7 @@ buildPythonPackage rec {
description = "Neuroimaging in Python: Pipelines and Interfaces";
license = licenses.bsd3;
maintainers = with maintainers; [ ashgillman ];
# tests hang, blocking reviews of other packages
broken = isPy38;
};
}