Fix tox4 error

tox.ini started failing with Tox4 which had some
incompatible changes. One is allowlist_externals which now needs to be
explicitly set for each testenv.

Other failure is due to the skipsdist = True.

Fixing tox.ini for tox4 changes.

Change-Id: I7ef284a07866d99cbc34b391295efbae261af7c6
This commit is contained in:
liyou01 2022-12-31 09:58:53 +08:00 committed by Dr. Jens Harbott
parent e6bf93a80a
commit c6ddf55f7f
1 changed files with 2 additions and 1 deletions

View File

@ -2,7 +2,6 @@
minversion = 3.18.0
envlist = py3,flake8
ignore_basepython_conflict = True
skipsdist = True
[testenv]
basepython = python3
@ -41,6 +40,8 @@ allowlist_externals =
rm
[testenv:docs]
allowlist_externals =
rm
deps =
-c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master}
-r{toxinidir}/requirements.txt