From 06e626f8182bc00dbdc40868591363e57ee7b269 Mon Sep 17 00:00:00 2001 From: zhangbailin Date: Mon, 2 Jan 2023 11:28:40 +0800 Subject: [PATCH] Fix tox4 error for venus Other failure is due to the skipsdist = True. Fixing tox.ini for tox4 changes. Change-Id: If2691e81edce4c890b7dbdc5f93d719f4c47e273 --- tox.ini | 1 - 1 file changed, 1 deletion(-) diff --git a/tox.ini b/tox.ini index e74237c..3d042f5 100644 --- a/tox.ini +++ b/tox.ini @@ -1,6 +1,5 @@ [tox] minversion = 1.6 -skipsdist = True envlist = py3,pep8 # Automatic envs (pyXX) will only use the python version appropriate to that # env and ignore basepython inherited from [testenv] if we set