← Back to team overview

cloud-init-dev team mailing list archive

Re: [Merge] ~powersj/cloud-init:cii-requirements into cloud-init:master

 


Diff comments:

> diff --git a/integration-requirements.txt b/integration-requirements.txt
> new file mode 100644
> index 0000000..0509d5f
> --- /dev/null
> +++ b/integration-requirements.txt
> @@ -0,0 +1,15 @@
> +# PyPI requirements for cloud-init integration testing
> +# https://cloudinit.readthedocs.io/en/latest/topics/tests.html
> +#
> +
> +# ec2 backend
> +awscli==1.14.18
> +
> +# ssh communication
> +paramiko==2.4.0
> +
> +# lxd backend
> +pylxd==2.2.4
> +
> +# finds latest image information
> +bzr+lp:simplestreams

How should this line be handled? A rename to 'simplestreams'? read-dependencies obviously barfs on it



-- 
https://code.launchpad.net/~powersj/cloud-init/+git/cloud-init/+merge/335774
Your team cloud-init commiters is requested to review the proposed merge of ~powersj/cloud-init:cii-requirements into cloud-init:master.


References