Update tox.ini for tox4

OpenStack CI now uses tox4 by default. This patch drop
"skipsdist = True". When skipsdist=True is specified, a
target application is not installed into a tox env, but
there seems no reason to do so. In various other OpenStack
projects, a target applicatin needs to be installed into a
tox vnev, for example, in docs and/or linter jobs and it
causes failures with tox4. So dropping it would avoid potential
future failures.

Change-Id: Ic12cddd2fddee64ce115f209b1e10da3b66c689f
This commit is contained in:
manchandavishal 2023-01-18 15:56:31 +05:30
parent 2cef4bafda
commit 935e28fa0e

View File

@ -1,7 +1,6 @@
[tox] [tox]
minversion = 3.18.0 minversion = 3.18.0
envlist = py3,pep8,npm envlist = py3,pep8,npm
skipsdist = True
ignore_basepython_conflict = True ignore_basepython_conflict = True
[testenv] [testenv]