python3Packages.hickle: disable tests
Incompatible with astropy>=4.0
This commit is contained in:
parent
eabba0daf0
commit
389ab45924
|
@ -31,10 +31,14 @@ buildPythonPackage rec {
|
||||||
'';
|
'';
|
||||||
|
|
||||||
propagatedBuildInputs = [ h5py numpy dill ];
|
propagatedBuildInputs = [ h5py numpy dill ];
|
||||||
|
|
||||||
|
doCheck = false; # incompatible with latest astropy
|
||||||
checkInputs = [
|
checkInputs = [
|
||||||
pytest pytestcov pytestrunner coveralls scipy pandas astropy twine check-manifest codecov
|
pytest pytestcov pytestrunner coveralls scipy pandas astropy twine check-manifest codecov
|
||||||
];
|
];
|
||||||
|
|
||||||
|
pythonImportsCheck = [ "hickle" ];
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "Serialize Python data to HDF5";
|
description = "Serialize Python data to HDF5";
|
||||||
homepage = "https://github.com/telegraphic/hickle";
|
homepage = "https://github.com/telegraphic/hickle";
|
||||||
|
|
Loading…
Reference in New Issue