Drop environments for nose
Horizon dropped its usage of nose in 14.0.0[1] and these environments have been unused since then. [1] 1f80d94459856a8c477310cc0fe4b0e165d8c0c1 Also drop the VIRTUAL_ENV environment which is now automatically set by tox. Change-Id: I02f26ebcf95696ca5b8b63d077bc459c840d7a09 Co-authored-by: Takashi Kajinami <kajinamit@oss.nttdata.com> Signed-off-by: Ivan Anfimov <lazekteam@gmail.com>
This commit is contained in:
6
tox.ini
6
tox.ini
@@ -6,12 +6,6 @@ ignore_basepython_conflict = True
|
||||
[testenv]
|
||||
basepython = {env:TOX_PYTHON:python3}
|
||||
usedevelop = True
|
||||
setenv = VIRTUAL_ENV={envdir}
|
||||
NOSE_WITH_OPENSTACK=1
|
||||
NOSE_OPENSTACK_COLOR=1
|
||||
NOSE_OPENSTACK_RED=0.05
|
||||
NOSE_OPENSTACK_YELLOW=0.025
|
||||
NOSE_OPENSTACK_SHOW_ELAPSED=1
|
||||
deps = -c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master}
|
||||
-r{toxinidir}/requirements.txt
|
||||
-r{toxinidir}/test-requirements.txt
|
||||
|
||||
Reference in New Issue
Block a user