From aa024e331f8196855fa8d707a2dd7e26e1deab40 Mon Sep 17 00:00:00 2001 From: Joshua Powers Date: Tue, 3 Oct 2017 14:19:04 -0700 Subject: 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. --- tox.ini | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tox.ini b/tox.ini index aef1f84b..92232201 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 -- cgit v1.2.3