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: I00828688f4c1dfaa0b9101a26ac74089e003e72e
This commit is contained in:
Takashi Kajinami
2025-05-27 14:49:13 +09:00
parent 6a4c4650be
commit 962e33378c

View File

@@ -5,12 +5,6 @@ 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
deps =
-c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master}
-r{toxinidir}/requirements.txt