Skip to content

Commit f97ad45

Browse files
committed
[tox] remove DEVSTACK_VENV variable
This variable seems to be unused (grepping for it returns only results from tox.ini, which are getting deleted here). Looking at the PS where it got introduced https://review.opendev.org/c/openstack/python-cloudkittyclient/+/893046 it seems like it was supposed to be used in the functional tests, but there were issues and the path was hardcoded instead. Change-Id: I8a75f5849894e5a0c327bd6e6b9ef87dd8f1f820 Signed-off-by: Jaromir Wysoglad <jwysogla@redhat.com>
1 parent e1408eb commit f97ad45

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)