bmap-tools: Don't test, as tests fail on hydra

e.g: https://hydra.nixos.org/build/126796743/nixlog/1/tail
This commit is contained in:
Doron Behar 2020-09-09 09:56:27 +03:00
parent 326ab94258
commit 307720cf71

View file

@ -11,6 +11,9 @@ python2Packages.buildPythonApplication rec {
sha256 = "0p0pdwvyf9b4czi1pnhclm1ih8kw78nk2sj4if5hwi7s5423wk5q";
};
# tests fail only on hydra.
doCheck = false;
meta = with stdenv.lib; {
description = "bmap-related tools";
homepage = "https://github.com/intel/bmap-tools";