Use upper-constraints in docs builds
We've just got hit by cffi pypi package upgrade. This is because we're not using upper-constraints in our `docs` tox environment. This commit fixes that by adding it to the env. Change-Id: Ia4719e7f98b2f6632f321b215f4a31015cc1ca69
This commit is contained in:
parent
f3a675d40b
commit
b95a0c33c9
3
tox.ini
3
tox.ini
@ -52,7 +52,8 @@ commands =
|
|||||||
|
|
||||||
[testenv:docs]
|
[testenv:docs]
|
||||||
basepython = python3
|
basepython = python3
|
||||||
deps = -r{toxinidir}/doc/requirements.txt
|
deps = -c{env:UPPER_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master}
|
||||||
|
-r{toxinidir}/doc/requirements.txt
|
||||||
commands = sphinx-build -W -b html doc/source doc/build/html
|
commands = sphinx-build -W -b html doc/source doc/build/html
|
||||||
|
|
||||||
[flake8]
|
[flake8]
|
||||||
|
Loading…
Reference in New Issue
Block a user