From 1d0e514cb6ef011fea77eeadeceee140fdcecd33 Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Fri, 2 Feb 2024 23:54:43 +0900 Subject: [PATCH] Drop redundant envdir The current usage has no useful effect because only a single target is using the "shared" env. In addition, reusing a single environments for multiple targets does not work in recent tox. Change-Id: Ib43ad52b772833f03842e8409a06f84d02d04ff4 --- tox.ini | 1 - 1 file changed, 1 deletion(-) diff --git a/tox.ini b/tox.ini index 7f4cd85780..72fa3d2bd1 100644 --- a/tox.ini +++ b/tox.ini @@ -161,7 +161,6 @@ import-order-style = pep8 enable-extensions=H106,H203,H204,H205,H904 [testenv:bashate] -envdir = {toxworkdir}/shared commands = bash -c "find {toxinidir} \ -not \( -type d -name .tox\* -prune \) \ -not \( -type d -name .venv\* -prune \) \