mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 15:27:20 +03:00
python38Packages.nipype: mark broken
Tests on python3.8 hang for several hours, blocking reviews of other packages.
This commit is contained in:
parent
25f6f66f25
commit
1abea42347
@ -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;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user