python.pkgs.h5py: disable tests

This commit is contained in:
Robert Schütz 2018-08-30 23:18:11 +02:00 committed by Frederik Rietdijk
parent de151625f2
commit 5a9270fe57

View File

@ -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";