python3Packages.hyppo: fix build
This commit is contained in:
parent
83fe0340fd
commit
dd7741f26e
@ -6,6 +6,8 @@
|
|||||||
, numpy
|
, numpy
|
||||||
, scikitlearn
|
, scikitlearn
|
||||||
, scipy
|
, scipy
|
||||||
|
, matplotlib
|
||||||
|
, seaborn
|
||||||
}:
|
}:
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
@ -28,8 +30,12 @@ buildPythonPackage rec {
|
|||||||
scipy
|
scipy
|
||||||
];
|
];
|
||||||
|
|
||||||
checkInputs = [ pytestCheckHook pytestcov ];
|
checkInputs = [ pytestCheckHook pytestcov matplotlib seaborn ];
|
||||||
pytestFlagsArray = [ "--ignore=docs" ];
|
disabledTestPaths = [
|
||||||
|
"docs"
|
||||||
|
"benchmarks"
|
||||||
|
"examples"
|
||||||
|
];
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
homepage = "https://github.com/neurodata/hyppo";
|
homepage = "https://github.com/neurodata/hyppo";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user