From a3430289de4f68c9ff7b9027ea4dcc44f0f28ee2 Mon Sep 17 00:00:00 2001 From: Maxim Sava Date: Tue, 6 May 2025 16:15:10 +0300 Subject: [PATCH] tox: Drop envdir tox now always recreates an env although the env is shared using envdir options. According to the maintainer of tox, this functionality is not intended to be supported. https://github.com/tox-dev/tox/issues/425#issuecomment-1011944293 Change-Id: Ie5e8b4f10a509d29333836b6836c6ae4ef48a2e6 --- tox.ini | 1 - 1 file changed, 1 deletion(-) diff --git a/tox.ini b/tox.ini index 907516fd..1cf0c94a 100644 --- a/tox.ini +++ b/tox.ini @@ -6,7 +6,6 @@ envlist = py3,pep8 basepython = python3 usedevelop = True setenv = - VIRTUAL_ENV={envdir} PYTHONWARNINGS=default::DeprecationWarning OS_STDOUT_CAPTURE=1 OS_STDERR_CAPTURE=1