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
This commit is contained in:
Monty Taylor 2018-10-18 09:36:38 -05:00
parent b90a9c5ee8
commit 755117184d
No known key found for this signature in database
GPG Key ID: 7BAE94BC7141A594
2 changed files with 1 additions and 2 deletions

View File

@ -1 +0,0 @@
-e git+https://git.openstack.org/openstack-infra/nodepool#egg=nodepool

View File

@ -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