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:
Takashi Kajinami
2025-05-27 14:46:20 +09:00
parent f60cc5c073
commit 7d161e19f2

11
tox.ini
View File

@@ -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