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: If36c0a23b96fc0c3c6b8f244c4a73d60ddb4160d
This commit is contained in:
manchandavishal 2023-01-17 23:46:58 +05:30
parent c5c78cbe36
commit 9a8de719a2
1 changed files with 0 additions and 1 deletions

View File

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