python.pkgs.h5py: disable tests

This commit is contained in:
Robert Schütz
2018-09-01 10:41:37 +02:00
committed by Frederik Rietdijk
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";