Fix tox4 error for venus

Other failure is due to the skipsdist = True.

Fixing tox.ini for tox4 changes.

Change-Id: If2691e81edce4c890b7dbdc5f93d719f4c47e273
This commit is contained in:
zhangbailin 2023-01-02 11:28:40 +08:00 committed by Brin Zhang
parent 47e4e1651e
commit 06e626f818
1 changed files with 0 additions and 1 deletions

View File

@ -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