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 committed by Vishal Manchanda
parent c5c78cbe36
commit c1928878d0
1 changed files with 1 additions and 2 deletions

View File

@ -1,7 +1,6 @@
[tox]
envlist = pep8,py36,py39
minversion = 3.18.0
skipsdist = True
ignore_basepython_conflict = True
[testenv]
@ -88,7 +87,7 @@ commands =
[testenv:releasenotes]
# There is no need to install horizon.
usedevelop = False
skip_install = True
deps =
-c{env:TOX_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt}
-r{toxinidir}/doc/requirements.txt