Fix failing zuul jobs due to tox showconfig

As part of how we nest the tox.ini files in STX,
the environments in the sub directories need to also
be defined in the tox.ini in the base file.

I suspect the tox_extra_args change here may have exposed
the problem in some of our tox files.
https://review.opendev.org/c/zuul/zuul-jobs/+/866935

Partial-Bug: #1997255

Signed-off-by: Al Bailey <al.bailey@windriver.com>
Change-Id: Ia963897be5f844599d2f6145f472f5eac1df6805
This commit is contained in:
Al Bailey 2022-12-09 22:19:12 +00:00
parent b6badeaa4d
commit ede5de8f33
1 changed files with 8 additions and 0 deletions

View File

@ -40,6 +40,14 @@ description = Dummy environment to allow pep8 to be run in subdir tox
basepython = python3
description = Dummy environment to allow pylint to be run in subdir tox
[testenv:pep8_Debian]
basepython = python3
description = Dummy environment to allow pep8 to be run in subdir tox
[testenv:pylint_Debian]
basepython = python3
description = Dummy environment to allow pylint to be run in subdir tox
[testenv:linters]
basepython = python3
whitelist_externals = bash