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