From 765d2a7ef535dd3a0e62f60700a3c9e3da65de2b Mon Sep 17 00:00:00 2001 From: Joshua Powers Date: Wed, 10 Jan 2018 14:44:40 -0700 Subject: 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. --- tox.ini | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'tox.ini') 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 -- cgit v1.2.3