Merge "Fix deps for api-samples tox env"

This commit is contained in:
Zuul 2019-02-15 02:18:16 +00:00 committed by Gerrit Code Review
commit b25cc78ecb
1 changed files with 1 additions and 1 deletions

View File

@ -125,11 +125,11 @@ commands =
{[testenv:functional]commands}
[testenv:api-samples]
envdir = {toxworkdir}/shared
setenv =
{[testenv]setenv}
GENERATE_SAMPLES=True
PYTHONHASHSEED=0
deps = {[testenv:functional]deps}
commands =
stestr --test-path=./nova/tests/functional/api_sample_tests run {posargs}
stestr slowest