python39Packages.stumpy: cleanup test dependencies
This commit is contained in:
parent
755a08f805
commit
2cebc117e1
@ -7,11 +7,7 @@
|
||||
, pandas
|
||||
, dask
|
||||
, distributed
|
||||
, coverage
|
||||
, flake8
|
||||
, black
|
||||
, pytest
|
||||
, codecov
|
||||
, pytestCheckHook
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
@ -35,18 +31,9 @@ buildPythonPackage rec {
|
||||
pandas
|
||||
dask
|
||||
distributed
|
||||
coverage
|
||||
flake8
|
||||
black
|
||||
pytest
|
||||
codecov
|
||||
pytestCheckHook
|
||||
];
|
||||
|
||||
# ignore changed numpy operations
|
||||
checkPhase = ''
|
||||
pytest -k 'not allc'
|
||||
'';
|
||||
|
||||
meta = with lib; {
|
||||
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";
|
||||
|
Loading…
Reference in New Issue
Block a user