Merge pull request #156248 from SuperSandro2000/stumpy
python39Packages.stumpy: cleanup test dependencies
This commit is contained in:
commit
09c609aaa1
1 changed files with 2 additions and 15 deletions
|
@ -7,11 +7,7 @@
|
||||||
, pandas
|
, pandas
|
||||||
, dask
|
, dask
|
||||||
, distributed
|
, distributed
|
||||||
, coverage
|
, pytestCheckHook
|
||||||
, flake8
|
|
||||||
, black
|
|
||||||
, pytest
|
|
||||||
, codecov
|
|
||||||
}:
|
}:
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
|
@ -35,18 +31,9 @@ buildPythonPackage rec {
|
||||||
pandas
|
pandas
|
||||||
dask
|
dask
|
||||||
distributed
|
distributed
|
||||||
coverage
|
pytestCheckHook
|
||||||
flake8
|
|
||||||
black
|
|
||||||
pytest
|
|
||||||
codecov
|
|
||||||
];
|
];
|
||||||
|
|
||||||
# ignore changed numpy operations
|
|
||||||
checkPhase = ''
|
|
||||||
pytest -k 'not allc'
|
|
||||||
'';
|
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "A powerful and scalable library that can be used for a variety of time series data mining tasks";
|
description = "A powerful and scalable library that can be used for a variety of time series data mining tasks";
|
||||||
homepage = "https://github.com/TDAmeritrade/stumpy";
|
homepage = "https://github.com/TDAmeritrade/stumpy";
|
||||||
|
|
Loading…
Reference in a new issue