Merge "Fix deps for api-samples tox env"
This commit is contained in:
commit
b25cc78ecb
2
tox.ini
2
tox.ini
@ -125,11 +125,11 @@ commands =
|
|||||||
{[testenv:functional]commands}
|
{[testenv:functional]commands}
|
||||||
|
|
||||||
[testenv:api-samples]
|
[testenv:api-samples]
|
||||||
envdir = {toxworkdir}/shared
|
|
||||||
setenv =
|
setenv =
|
||||||
{[testenv]setenv}
|
{[testenv]setenv}
|
||||||
GENERATE_SAMPLES=True
|
GENERATE_SAMPLES=True
|
||||||
PYTHONHASHSEED=0
|
PYTHONHASHSEED=0
|
||||||
|
deps = {[testenv:functional]deps}
|
||||||
commands =
|
commands =
|
||||||
stestr --test-path=./nova/tests/functional/api_sample_tests run {posargs}
|
stestr --test-path=./nova/tests/functional/api_sample_tests run {posargs}
|
||||||
stestr slowest
|
stestr slowest
|
||||||
|
Loading…
Reference in New Issue
Block a user