Merge "Skip blazar install in docs and pep8 jobs"

This commit is contained in:
Zuul 2022-04-15 13:17:57 +00:00 committed by Gerrit Code Review
commit 66291b6e10
2 changed files with 5 additions and 0 deletions

View File

@ -3,3 +3,5 @@ reno>=3.1.0 # Apache-2.0
sphinx>=2.0.0,!=2.1.0 # BSD
openstackdocstheme>=2.2.1 # Apache-2.0
os-api-ref>=1.4.0 # Apache-2.0
oslo.config>=6.8.0 # Apache-2.0
oslo.policy>=3.6.0 # Apache-2.0

View File

@ -33,12 +33,14 @@ commands =
coverage report
[testenv:pep8]
skip_install = True
commands = flake8 {posargs}
[testenv:venv]
commands = {posargs}
[testenv:docs]
skip_install = True
deps = -c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master}
-r{toxinidir}/doc/requirements.txt
commands =
@ -47,6 +49,7 @@ commands =
sphinx-build -W -b html doc/source doc/build/html
[testenv:pdf-docs]
skip_install = True
deps = {[testenv:docs]deps}
allowlist_externals = make
commands =