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:
parent
b90a9c5ee8
commit
755117184d
@ -1 +0,0 @@
|
||||
-e git+https://git.openstack.org/openstack-infra/nodepool#egg=nodepool
|
2
tox.ini
2
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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user