From 7d161e19f25c61dff3cc5d05fe0cbbfb23c78b12 Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Tue, 27 May 2025 14:46:20 +0900 Subject: [PATCH] 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 --- tox.ini | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/tox.ini b/tox.ini index b4e3918..3954786 100644 --- a/tox.ini +++ b/tox.ini @@ -5,14 +5,9 @@ skipsdist = True [testenv] 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 - PYTHONDONTWRITEBYTECODE=1 - DJANGO_SETTINGS_MODULE=designatedashboard.settings +setenv = + PYTHONDONTWRITEBYTECODE=1 + DJANGO_SETTINGS_MODULE=designatedashboard.settings allowlist_externals = find {toxinidir}/manage.py npm