File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,8 +7,6 @@ ignore_basepython_conflict = True
77basepython = python3
88usedevelop = True
99install_command = pip install -U {opts} {packages}
10- setenv =
11- DEVSTACK_VENV ={env:DEVSTACK_VENV}
1210deps = -r{toxinidir}/requirements.txt
1311 -r{toxinidir}/test-requirements.txt
1412commands = stestr run {posargs}
@@ -40,7 +38,6 @@ passenv =
4038 OS_AUTH_URL
4139 OS_USERNAME
4240 OS_ENDPOINT
43- DEVSTACK_VENV
4441 VIRTUAL_ENV
4542setenv = OS_RATING_API_VERSION =1
4643commands = stestr run --concurrency =1 --test-path ./cloudkittyclient/tests/functional/v1
@@ -59,7 +56,6 @@ passenv =
5956 OS_AUTH_URL
6057 OS_USERNAME
6158 OS_ENDPOINT
62- DEVSTACK_VENV
6359 VIRTUAL_ENV
6460setenv = OS_RATING_API_VERSION =2
6561commands = stestr run --concurrency =1 --test-path ./cloudkittyclient/tests/functional/v2
You can’t perform that action at this time.
0 commit comments