mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-20 01:16:57 +01:00
Merge pull request #174820 from risicle/ris-nitime-disable-filteranalyzer-test
python3Packages.nitime: disable test test_FilterAnalyzer
This commit is contained in:
commit
c5bbb1954c
1 changed files with 5 additions and 0 deletions
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue