Merge "These should be indented 4 spaces to match the other things in this block"

This commit is contained in:
Zuul 2023-08-10 22:14:38 +00:00 committed by Gerrit Code Review
commit 6a363dbff3

32
tox.ini

@ -18,8 +18,8 @@ commands =
[testenv:releasenotes] [testenv:releasenotes]
deps = deps =
-c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master} -c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master}
-r{toxinidir}/doc/requirements.txt -r{toxinidir}/doc/requirements.txt
commands = sphinx-build -a -E -W -d releasenotes/build/doctrees -b html releasenotes/source releasenotes/build/html commands = sphinx-build -a -E -W -d releasenotes/build/doctrees -b html releasenotes/source releasenotes/build/html
[testenv:pep8] [testenv:pep8]
@ -37,18 +37,18 @@ commands =
setenv = {[testenv]setenv} setenv = {[testenv]setenv}
PYTHON=coverage run --source ironicclient --omit='*tests*' --parallel-mode PYTHON=coverage run --source ironicclient --omit='*tests*' --parallel-mode
commands = commands =
coverage erase coverage erase
stestr run {posargs} stestr run {posargs}
coverage combine coverage combine
coverage report --omit='*tests*' coverage report --omit='*tests*'
coverage html -d ./cover --omit='*tests*' coverage html -d ./cover --omit='*tests*'
[testenv:venv] [testenv:venv]
deps = deps =
-c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master} -c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master}
-r{toxinidir}/test-requirements.txt -r{toxinidir}/test-requirements.txt
-r{toxinidir}/requirements.txt -r{toxinidir}/requirements.txt
-r{toxinidir}/doc/requirements.txt -r{toxinidir}/doc/requirements.txt
commands = {posargs} commands = {posargs}
[testenv:functionalpy3] [testenv:functionalpy3]
@ -59,17 +59,17 @@ setenv = TESTS_DIR=./ironicclient/tests/functional
[testenv:docs] [testenv:docs]
deps = deps =
-c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master} -c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master}
-r{toxinidir}/doc/requirements.txt -r{toxinidir}/doc/requirements.txt
commands = commands =
sphinx-build -W -b html doc/source doc/build/html sphinx-build -W -b html doc/source doc/build/html
[testenv:pdf-docs] [testenv:pdf-docs]
allowlist_externals = make allowlist_externals = make
deps = {[testenv:docs]deps} deps = {[testenv:docs]deps}
commands = commands =
sphinx-build -W -b latex doc/source doc/build/pdf sphinx-build -W -b latex doc/source doc/build/pdf
make -C doc/build/pdf make -C doc/build/pdf
[flake8] [flake8]
ignore = W503 ignore = W503