Merge pull request #174820 from risicle/ris-nitime-disable-filteranalyzer-test
python3Packages.nitime: disable test test_FilterAnalyzer
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user