From 32e9a4d806473c74be505bc69ab8f36ee6c5d448 Mon Sep 17 00:00:00 2001 From: Joshua Powers Date: Mon, 10 Jul 2017 10:00:41 -0700 Subject: 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. --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 89fd3ad4..1140f9b2 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 -- cgit v1.2.3