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: If35f34bb4b1a2121ac5808bba5a59c4f2b400ddd
This commit is contained in:
11
tox.ini
11
tox.ini
@@ -5,14 +5,9 @@ skipsdist = True
|
|||||||
|
|
||||||
[testenv]
|
[testenv]
|
||||||
usedevelop = True
|
usedevelop = True
|
||||||
setenv = VIRTUAL_ENV={envdir}
|
setenv =
|
||||||
NOSE_WITH_OPENSTACK=1
|
PYTHONDONTWRITEBYTECODE=1
|
||||||
NOSE_OPENSTACK_COLOR=1
|
DJANGO_SETTINGS_MODULE=designatedashboard.settings
|
||||||
NOSE_OPENSTACK_RED=0.05
|
|
||||||
NOSE_OPENSTACK_YELLOW=0.025
|
|
||||||
NOSE_OPENSTACK_SHOW_ELAPSED=1
|
|
||||||
PYTHONDONTWRITEBYTECODE=1
|
|
||||||
DJANGO_SETTINGS_MODULE=designatedashboard.settings
|
|
||||||
allowlist_externals = find
|
allowlist_externals = find
|
||||||
{toxinidir}/manage.py
|
{toxinidir}/manage.py
|
||||||
npm
|
npm
|
||||||
|
Reference in New Issue
Block a user