Fix tox issues
This patch fixes issues with the openstack-tox-molecule and openstack-tox-linters Zuul jobs. Change-Id: I577897953ff04a1e9cc3f70d32650d688e3b32fd
This commit is contained in:
parent
6fc3f0fe75
commit
155fb7056d
4
tox.ini
4
tox.ini
@ -27,6 +27,8 @@ commands =
|
|||||||
bash -c "set -e; for config in $(ls conf/); do \
|
bash -c "set -e; for config in $(ls conf/); do \
|
||||||
echo conf/$config; pykwalify -d conf/$config -s browbeat/schema/browbeat.yml; done"
|
echo conf/$config; pykwalify -d conf/$config -s browbeat/schema/browbeat.yml; done"
|
||||||
{[testenv:dist]commands}
|
{[testenv:dist]commands}
|
||||||
|
allowlist_externals =
|
||||||
|
bash
|
||||||
|
|
||||||
[testenv:dist]
|
[testenv:dist]
|
||||||
basepython = python3
|
basepython = python3
|
||||||
@ -80,6 +82,8 @@ commands =
|
|||||||
|
|
||||||
[testenv:molecule]
|
[testenv:molecule]
|
||||||
commands = {toxinidir}/ci-scripts/molecule/test-molecule.sh
|
commands = {toxinidir}/ci-scripts/molecule/test-molecule.sh
|
||||||
|
allowlist_externals =
|
||||||
|
{toxinidir}/ci-scripts/molecule/test-molecule.sh
|
||||||
|
|
||||||
[flake8]
|
[flake8]
|
||||||
# E123, E125 skipped as they are invalid PEP-8.
|
# E123, E125 skipped as they are invalid PEP-8.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user