mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 06:45:16 +01:00
python.pkgs.statsmodels: disable tests
This commit is contained in:
parent
aabadda0c2
commit
a75dd64338
1 changed files with 4 additions and 1 deletions
|
@ -21,9 +21,12 @@ buildPythonPackage rec {
|
|||
sha256 = "26431ab706fbae896db7870a0892743bfbb9f5c83231644692166a31d2d86048";
|
||||
};
|
||||
|
||||
buildInputs = with self; [ nose ];
|
||||
checkInputs = with self; [ nose ];
|
||||
propagatedBuildInputs = with self; [numpy scipy pandas patsy cython matplotlib];
|
||||
|
||||
# Huge test suites with several test failures
|
||||
doCheck = false;
|
||||
|
||||
meta = {
|
||||
description = "Statistical computations and models for use with SciPy";
|
||||
homepage = https://www.github.com/statsmodels/statsmodels;
|
||||
|
|
Loading…
Reference in a new issue