← Back to team overview

cloud-init-dev team mailing list archive

[Merge] ~powersj/cloud-init:cii-enable-tox into cloud-init:master

 

Joshua Powers has proposed merging ~powersj/cloud-init:cii-enable-tox into cloud-init:master.

Commit message:
tests: re-enable tox with nocloud-kvm support

With the addition of the nocloud-kvm support a few other python modules
were pulled in as required and as a result this broke the tox run. The
fix was to add paramiko and simplestreams to re-enable testing.

Requested reviews:
  cloud-init commiters (cloud-init-dev)

For more details, see:
https://code.launchpad.net/~powersj/cloud-init/+git/cloud-init/+merge/331743
-- 
Your team cloud-init commiters is requested to review the proposed merge of ~powersj/cloud-init:cii-enable-tox into cloud-init:master.
diff --git a/tox.ini b/tox.ini
index aef1f84..9223220 100644
--- a/tox.ini
+++ b/tox.ini
@@ -132,3 +132,5 @@ commands = {envpython} -m tests.cloud_tests {posargs}
 passenv = HOME
 deps =
     pylxd==2.2.4
+    paramiko==2.3.1
+    bzr+lp:simplestreams

Follow ups