From 755117184d59d361a34d7d172e5532ba0be820a5 Mon Sep 17 00:00:00 2001 From: Monty Taylor Date: Thu, 18 Oct 2018 09:36:38 -0500 Subject: [PATCH] Stop installing nodepool in all the test envs We only need it in the nodepool env. Also, install from pip and let tox-siblings take care of updating from source for us. Depends-On: https://review.openstack.org/611629 Change-Id: I0ece7b751662b4198276e88adcf263634fd792d6 --- test-requirements.txt | 1 - tox.ini | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) delete mode 100644 test-requirements.txt diff --git a/test-requirements.txt b/test-requirements.txt deleted file mode 100644 index 5b4c2a6207..0000000000 --- a/test-requirements.txt +++ /dev/null @@ -1 +0,0 @@ --e git+https://git.openstack.org/openstack-infra/nodepool#egg=nodepool diff --git a/tox.ini b/tox.ini index c59ac9508b..e2711c44c8 100644 --- a/tox.ini +++ b/tox.ini @@ -4,7 +4,6 @@ envlist = linters,gerrit,grafyaml skipsdist = True [testenv] -deps = -r{toxinidir}/test-requirements.txt passenv = http_proxy HTTP_PROXY https_proxy HTTPS_PROXY no_proxy NO_PROXY [testenv:linters] @@ -118,6 +117,7 @@ commands = env ELEMENTS_DIR=elements dib-lint [testenv:nodepool] basepython = python3 +deps = nodepool commands = {toxinidir}/tools/nodepool-validate.sh