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: I125036d2a19759646933e3f70a1567a01cc8cfa2
Signed-off-by: Takashi Kajinami <kajinamit@oss.nttdata.com>
This commit is contained in:
Takashi Kajinami
2026-02-15 23:15:59 +09:00
parent 8093a5e8d5
commit 060ba70af8

View File

@@ -5,7 +5,6 @@ envlist = py3,pep8
[testenv]
usedevelop = True
setenv =
VIRTUAL_ENV={envdir}
AODH_CLIENT_EXEC_DIR={envdir}/bin
passenv =
GNOCCHI_*