cloud-init: disable check after #32244

This commit is contained in:
Orivej Desh 2017-12-11 11:04:06 +00:00
parent 7d14f812ab
commit 8dd33e803e

View File

@ -31,6 +31,10 @@ in pythonPackages.buildPythonApplication rec {
propagatedBuildInputs = with pythonPackages; [ cheetah jinja2 prettytable
oauthlib pyserial configobj pyyaml requests jsonpatch ];
checkInputs = with pythonPackages; [ contextlib2 httpretty mock unittest2 ];
doCheck = false;
meta = {
homepage = http://cloudinit.readthedocs.org;
description = "Provides configuration and customization of cloud instance";