diff options
author | Joshua Powers <josh.powers@canonical.com> | 2017-07-10 10:00:41 -0700 |
---|---|---|
committer | Scott Moser <smoser@brickies.net> | 2017-07-11 14:07:42 -0400 |
commit | 32e9a4d806473c74be505bc69ab8f36ee6c5d448 (patch) | |
tree | 50ba7a21b38306f8c1d7f293c3c8e3f231ead61a /tox.ini | |
parent | 4330a98161a5c514c7f85a76a58d057c85b00174 (diff) | |
download | vyos-cloud-init-32e9a4d806473c74be505bc69ab8f36ee6c5d448.tar.gz vyos-cloud-init-32e9a4d806473c74be505bc69ab8f36ee6c5d448.zip |
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.
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -105,4 +105,4 @@ basepython = python3 commands = {envpython} -m tests.cloud_tests {posargs} passenv = HOME deps = - pylxd==2.2.3 + pylxd==2.2.4 |