python.pkgs.h5py: disable tests
This commit is contained in:
parent
de151625f2
commit
5a9270fe57
@ -37,6 +37,9 @@ in buildPythonPackage rec {
|
||||
propagatedBuildInputs = [ numpy six]
|
||||
++ optionals mpiSupport [ mpi4py openssh ];
|
||||
|
||||
# https://github.com/h5py/h5py/issues/1088
|
||||
doCheck = false;
|
||||
|
||||
meta = {
|
||||
description =
|
||||
"Pythonic interface to the HDF5 binary data format";
|
||||
|
Loading…
Reference in New Issue
Block a user