Skip to content

Commit 139a672

Browse files
kajinamitAlex-Welsh
authored andcommitted
Drop environments for nose
... because stestr is now used instead of nose. Also drop the VIRTUAL_ENV environment which is now automatically set by tox. Change-Id: Ied6e20f5b1dc5de384f29d317bec998e86f26efa
1 parent 0c68cd3 commit 139a672

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

tox.ini

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,8 @@ setenv =
3333
commands = oslo_debug_helper -t kolla/tests {posargs}
3434

3535
[testenv:cover]
36-
setenv = VIRTUAL_ENV={envdir}
37-
NOSE_WITH_COVERAGE=1
38-
NOSE_COVER_BRANCHES=1
39-
NOSE_COVER_HTML=1
40-
NOSE_COVER_HTML_DIR={toxinidir}/cover
41-
PYTHON=coverage run --source kolla --parallel-mode
36+
setenv =
37+
PYTHON=coverage run --source kolla --parallel-mode
4238
commands =
4339
stestr run {posargs}
4440
coverage combine

0 commit comments

Comments
 (0)