diff options
author | Scott Moser <smoser@ubuntu.com> | 2018-06-08 10:39:12 -0600 |
---|---|---|
committer | Chad Smith <chad.smith@canonical.com> | 2018-06-08 10:39:12 -0600 |
commit | fc23ccc91307c81dd8e428465eb56efbd539267e (patch) | |
tree | d97463d6d6e453979586a425f05bc45e0d77a484 /integration-requirements.txt | |
parent | 9a41fce0c2399f05b2c904948c969623dc04e491 (diff) | |
download | vyos-cloud-init-fc23ccc91307c81dd8e428465eb56efbd539267e.tar.gz vyos-cloud-init-fc23ccc91307c81dd8e428465eb56efbd539267e.zip |
tests: remove pip install workarounds for pylxd, take upstream fix.
pylxd upstream provided a fix for the issue we were seeing, so we
can take that fix now rather than having our workarounds to order pip
installs.
The test is that this continues to work:
rm -Rf .tox/citest
tox -c tox.ini --recreate --notest -e citest
Diffstat (limited to 'integration-requirements.txt')
-rw-r--r-- | integration-requirements.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/integration-requirements.txt b/integration-requirements.txt index 030c163b..e5bb5b28 100644 --- a/integration-requirements.txt +++ b/integration-requirements.txt @@ -11,5 +11,10 @@ boto3==1.5.9 # ssh communication paramiko==2.4.0 +# lxd backend +# 04/03/2018: enables use of lxd 3.0 +git+https://github.com/lxc/pylxd.git@4b8ab1802f9aee4eb29cf7b119dae0aa47150779 + + # finds latest image information bzr+lp:simplestreams |