← Back to team overview

cloud-init-dev team mailing list archive

[Merge] ~powersj/cloud-init:update-pylxd-version into cloud-init:master

 

Joshua Powers has proposed merging ~powersj/cloud-init:update-pylxd-version into cloud-init:master.

Commit message:
tests: Update version of pylxd

With the upgrade to lxd 2.15, pylxd version 2.2.3 broke.
Upgrading to version 2.2.4 fixes issues with missing attributes.

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

For more details, see:
https://code.launchpad.net/~powersj/cloud-init/+git/cloud-init/+merge/327130
-- 
Your team cloud-init commiters is requested to review the proposed merge of ~powersj/cloud-init:update-pylxd-version into cloud-init:master.
diff --git a/tox.ini b/tox.ini
index 89fd3ad..1140f9b 100644
--- a/tox.ini
+++ b/tox.ini
@@ -105,4 +105,4 @@ basepython = python3
 commands = {envpython} -m tests.cloud_tests {posargs}
 passenv = HOME
 deps =
-    pylxd==2.2.3
+    pylxd==2.2.4

References