diff options
author | Paride Legovini <paride.legovini@canonical.com> | 2020-09-03 14:59:41 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-03 08:59:41 -0400 |
commit | 86748592b90035967525b3ee6b199a377aaf2ee0 (patch) | |
tree | fa9fff817bbdf03c609a1194cf9787980b4d3cf3 /integration-requirements.txt | |
parent | 9d7d54dc42a272cc2b506a310d59281cd40e5210 (diff) | |
download | vyos-cloud-init-86748592b90035967525b3ee6b199a377aaf2ee0.tar.gz vyos-cloud-init-86748592b90035967525b3ee6b199a377aaf2ee0.zip |
Bump the integration-requirements versioned dependencies (#565)
During the ec2 integration test runs we occasionally see failures in
deleting test instances. Hopefully a newer boto3 will be more robust.
Also bump: paramiko, cryptography, pylxd (now pulling it from pypi).
Tested with a full Xenial EC2 cloud_tests run.
Diffstat (limited to 'integration-requirements.txt')
-rw-r--r-- | integration-requirements.txt | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/integration-requirements.txt b/integration-requirements.txt index 44e45c1b..13cfb9d7 100644 --- a/integration-requirements.txt +++ b/integration-requirements.txt @@ -6,16 +6,14 @@ # # ec2 backend -boto3==1.5.9 +boto3==1.14.53 # ssh communication -paramiko==2.4.2 -cryptography==2.4.2 - +paramiko==2.7.2 +cryptography==3.1 # lxd backend -# 04/03/2018: enables use of lxd 3.0 -git+https://github.com/lxc/pylxd.git@4b8ab1802f9aee4eb29cf7b119dae0aa47150779 +pylxd==2.2.11 # finds latest image information git+https://git.launchpad.net/simplestreams |