diff options
author | Joshua Powers <josh.powers@canonical.com> | 2018-01-10 14:44:40 -0700 |
---|---|---|
committer | Chad Smith <blackboxsw@gmail.com> | 2018-01-10 14:44:40 -0700 |
commit | 765d2a7ef535dd3a0e62f60700a3c9e3da65de2b (patch) | |
tree | 0f79e8083240b9b911c97971ffa85c4cbc637d8f /tox.ini | |
parent | 5f550420d2ed9d9ef024293f33d33f0f2fc04ee5 (diff) | |
download | vyos-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.ini | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -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 |