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 venv, for example, in docs and/or linter jobs and it
causes failures with tox4. So dropping it would avoid potential
future failures.

Change-Id: I18d5ee7f96e77e345f304536bbc385d87bb859f2
This commit is contained in:
manchandavishal 2023-01-17 23:38:54 +05:30 committed by Pierre Riteau
parent 323ee3da5d
commit 58acda9e06
1 changed files with 0 additions and 1 deletions

View File

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