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:
parent
2cef4bafda
commit
935e28fa0e
1
tox.ini
1
tox.ini
@ -1,7 +1,6 @@
|
||||
[tox]
|
||||
minversion = 3.18.0
|
||||
envlist = py3,pep8,npm
|
||||
skipsdist = True
|
||||
ignore_basepython_conflict = True
|
||||
|
||||
[testenv]
|
||||
|
Loading…
x
Reference in New Issue
Block a user