Skip to content

Commit de6fcfa

Browse files
Zuulopenstack-gerrit
authored andcommitted
Merge "[tox] remove DEVSTACK_VENV variable"
2 parents dea9c30 + f97ad45 commit de6fcfa

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

tox.ini

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@ ignore_basepython_conflict = True
77
basepython = python3
88
usedevelop = True
99
install_command = pip install -U {opts} {packages}
10-
setenv =
11-
DEVSTACK_VENV={env:DEVSTACK_VENV}
1210
deps = -r{toxinidir}/requirements.txt
1311
-r{toxinidir}/test-requirements.txt
1412
commands = stestr run {posargs}
@@ -40,7 +38,6 @@ passenv =
4038
OS_AUTH_URL
4139
OS_USERNAME
4240
OS_ENDPOINT
43-
DEVSTACK_VENV
4441
VIRTUAL_ENV
4542
setenv = OS_RATING_API_VERSION=1
4643
commands = 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
6460
setenv = OS_RATING_API_VERSION=2
6561
commands = stestr run --concurrency=1 --test-path ./cloudkittyclient/tests/functional/v2

0 commit comments

Comments
 (0)