commit | a3430289de4f68c9ff7b9027ea4dcc44f0f28ee2 | [log] [tgz] |
---|---|---|
author | Maxim Sava <msava@redhat.com> | Tue May 06 16:15:10 2025 +0300 |
committer | Maxim Sava <msava@redhat.com> | Tue May 06 16:15:10 2025 +0300 |
tree | 5c41a26531224678c6918707300fcc5b52089a28 | |
parent | 87c208aa40aca2ef638a24bfbf3cced77f0ab333 [diff] |
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
diff --git a/tox.ini b/tox.ini index 907516f..1cf0c94 100644 --- a/tox.ini +++ b/tox.ini
@@ -6,7 +6,6 @@ basepython = python3 usedevelop = True setenv = - VIRTUAL_ENV={envdir} PYTHONWARNINGS=default::DeprecationWarning OS_STDOUT_CAPTURE=1 OS_STDERR_CAPTURE=1