python3Packages.nitime: disable test test_FilterAnalyzer

fails on all platforms after scipy 1.8.0 bump
This commit is contained in:
Robert Scott 2022-05-27 00:18:40 +01:00
parent f2366ef1e2
commit f01cef9982

View File

@ -25,6 +25,11 @@ buildPythonPackage rec {
buildInputs = [ cython ];
propagatedBuildInputs = [ numpy scipy matplotlib networkx nibabel ];
disabledTests = [
# https://github.com/nipy/nitime/issues/197
"test_FilterAnalyzer"
];
meta = with lib; {
homepage = "https://nipy.org/nitime";
description = "Algorithms and containers for time-series analysis in time and spectral domains";