Drop redundant injection of VIRTUAL_ENV

tox automatically injects the environment so no manual override is
necessary.

Change-Id: Id63e168f713416539bea4b357ad0ab535fdb49ba
This commit is contained in:
Takashi Kajinami
2025-04-14 21:22:05 +09:00
parent d3f51fcd79
commit 531e0b5fc8

View File

@@ -4,7 +4,6 @@ envlist = py3,pep8
[testenv]
setenv =
VIRTUAL_ENV={envdir}
BRANCH_NAME=master
CLIENT_NAME=oslo.service
deps =