Merge pull request #97510 from doronbehar/ZHF/bmap-tools
bmap-tools: Don't test, as tests fail on hydra
This commit is contained in:
commit
88f0b99e47
|
@ -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";
|
||||
|
|
Loading…
Reference in New Issue