Fix broken tox.ini with tox4

- scripts were not in allowlist for pep8 environment
- skipsdist setting breaks the docs environment

Change-Id: I5ac930e0d3928bb8acba4212dfff25f788acd442
This commit is contained in:
Tom Weininger 2022-12-28 16:09:12 +01:00 committed by Gregory Thiemonge
parent ac3618b140
commit 41ee7e7aa1
1 changed files with 2 additions and 5 deletions

View File

@ -1,7 +1,6 @@
[tox]
minversion = 3.18.0
envlist = docs,py3,functional-py3,pep8,specs,pip-missing-reqs,pip-extra-reqs
skipsdist = True
ignore_basepython_conflict = True
[testenv]
@ -52,19 +51,15 @@ commands =
setenv = OS_TEST_PATH={toxinidir}/octavia/tests/functional
[testenv:functional-py3]
basepython = python3
setenv = OS_TEST_PATH={toxinidir}/octavia/tests/functional
[testenv:functional-py38]
basepython = python3.8
setenv = OS_TEST_PATH={toxinidir}/octavia/tests/functional
[testenv:functional-py39]
basepython = python3.9
setenv = OS_TEST_PATH={toxinidir}/octavia/tests/functional
[testenv:functional-py310]
basepython = python3.10
setenv = OS_TEST_PATH={toxinidir}/octavia/tests/functional
[testenv:debug]
@ -89,6 +84,8 @@ allowlist_externals =
sh
find
bash
{toxinidir}/tools/coding-checks.sh
{toxinidir}/tools/check_unit_test_structure.sh
[testenv:docs]
deps =