tox: Drop redundant injection of VIRTUAL_ENV variable

The environment variable is set automatically.

cf. https://github.com/tox-dev/tox/commit/be5373bab

Change-Id: I7b71ebb32e6484d2fa8760fd03a01bbd1a655f31
Signed-off-by: Takashi Kajinami <kajinamit@oss.nttdata.com>
This commit is contained in:
Takashi Kajinami
2026-02-15 23:14:56 +09:00
parent fdd47cbddf
commit d0587dbf79

View File

@@ -5,8 +5,7 @@ envlist = pep8
[testenv]
usedevelop = True
setenv =
VIRTUAL_ENV={envdir}
PYTHONWARNINGS=default::DeprecationWarning
PYTHONWARNINGS=default::DeprecationWarning
deps =
-c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master}
-r{toxinidir}/doc/requirements.txt