summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorJoshua Powers <josh.powers@canonical.com>2018-01-10 14:44:40 -0700
committerChad Smith <blackboxsw@gmail.com>2018-01-10 14:44:40 -0700
commit765d2a7ef535dd3a0e62f60700a3c9e3da65de2b (patch)
tree0f79e8083240b9b911c97971ffa85c4cbc637d8f /tox.ini
parent5f550420d2ed9d9ef024293f33d33f0f2fc04ee5 (diff)
downloadvyos-cloud-init-765d2a7ef535dd3a0e62f60700a3c9e3da65de2b.tar.gz
vyos-cloud-init-765d2a7ef535dd3a0e62f60700a3c9e3da65de2b.zip
tests: add integration requirements text file
This adds the specific requirements for integration testing to a single file that can be referenced in other areas. It also enables the read-dependencies script to install those packages.
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini5
1 files changed, 1 insertions, 4 deletions
diff --git a/tox.ini b/tox.ini
index 88b82dc3..bb74853f 100644
--- a/tox.ini
+++ b/tox.ini
@@ -132,7 +132,4 @@ basepython = python3
commands = {envpython} -m tests.cloud_tests {posargs}
passenv = HOME
deps =
- pylxd==2.2.4
- paramiko==2.3.1
- boto3==1.4.8
- bzr+lp:simplestreams
+ -r{toxinidir}/integration-requirements.txt