pepper: disable tests

This commit is contained in:
Jörg Thalheim 2017-03-09 08:05:13 +01:00 committed by GitHub
parent ee4e630648
commit 83fa5738d5

View file

@ -10,6 +10,8 @@ python2Packages.buildPythonApplication rec {
url = "https://github.com/saltstack/pepper/releases/download/${version}/${name}.tar.gz";
sha256 = "0gf4v5y1kp16i1na4c9qw7cgrpsh21p8ldv9r6b8gdwcxzadxbck";
};
doCheck = false; # no tests available
meta = {
description = "A CLI front-end to a running salt-api system";