Drop redundant injection of VIRTUAL_ENV

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

Change-Id: I7d3462e0dce52ae011c25ab0e04a372bf7b3ec16
This commit is contained in:
Takashi Kajinami 2025-04-15 21:26:55 +09:00
parent 02f0d219cc
commit 733492e908

View File

@ -5,7 +5,6 @@ envlist = py3,pep8
[testenv]
usedevelop = true
setenv =
VIRTUAL_ENV={envdir}
ZAQAR_TESTS_CONFIGS_DIR={toxinidir}/zaqar/tests/etc/
ZAQAR_TEST_MONGODB=1
ZAQAR_TEST_SLOW=1