summaryrefslogtreecommitdiff
path: root/integration-requirements.txt
diff options
context:
space:
mode:
authorDaniel Watkins <oddbloke@ubuntu.com>2020-11-10 12:01:29 -0500
committerGitHub <noreply@github.com>2020-11-10 12:01:29 -0500
commitdb2ff11dea5d884093e4e29393eeac70d3315bbb (patch)
tree9fc2a45edf98aa950891e63d13c7efa4590b2e7a /integration-requirements.txt
parent39cf5c4e1575561d622c127797ff9d87e2a649bb (diff)
downloadvyos-cloud-init-db2ff11dea5d884093e4e29393eeac70d3315bbb.tar.gz
vyos-cloud-init-db2ff11dea5d884093e4e29393eeac70d3315bbb.zip
split integration and cloud_tests requirements (#652)
The cloud_tests and the integration_tests (via pycloudlib) have conflicting requirements. This commit splits up their requirements files, so we can accurately express the requirements for each.
Diffstat (limited to 'integration-requirements.txt')
-rw-r--r--integration-requirements.txt29
1 files changed, 2 insertions, 27 deletions
diff --git a/integration-requirements.txt b/integration-requirements.txt
index 64455c79..7060841c 100644
--- a/integration-requirements.txt
+++ b/integration-requirements.txt
@@ -1,30 +1,5 @@
# PyPI requirements for cloud-init integration testing
-# https://cloudinit.readthedocs.io/en/latest/topics/tests.html
-#
-# Note: Changes to this requirements may require updates to
-# the packages/pkg-deps.json file as well.
+# https://cloudinit.readthedocs.io/en/latest/topics/integration_tests.html
#
+pycloudlib @ git+https://github.com/canonical/pycloudlib.git
pytest
-git+https://github.com/canonical/pycloudlib.git
-
-# ec2 backend
-boto3==1.14.53
-
-# ssh communication
-paramiko==2.7.2
-cryptography==3.1
-
-# lxd backend
-pylxd==2.2.11
-
-# finds latest image information
-git+https://git.launchpad.net/simplestreams
-
-# azure backend
-azure-storage==0.36.0
-msrestazure==0.6.1
-azure-common==1.1.23
-azure-mgmt-compute==7.0.0
-azure-mgmt-network==5.0.0
-azure-mgmt-resource==4.0.0
-azure-mgmt-storage==6.0.0