Skip to content

Commit 12a84c5

Browse files
committed
[docs] Install cloudkitty requirements using constraints
The deps configuration for the docs environment only uses upper constraints for doc/requirements.txt. However, cloudkitty also gets installed automatically without upper constraints, which produces various errors on older branches. Install cloudkitty requirements using constraints to fix this issue. Change-Id: Ia6f12151be829be6d2f21b3536536697345e05f4 (cherry picked from commit 386f086)
1 parent 64b92f3 commit 12a84c5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tox.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ commands = oslopolicy-sample-generator --config-file=etc/oslo-policy-generator/c
5252

5353
[testenv:docs]
5454
deps = -c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/zed}
55+
-r{toxinidir}/requirements.txt
5556
-r{toxinidir}/doc/requirements.txt
5657
commands = sphinx-build -W --keep-going -b html doc/source doc/build/html
5758

0 commit comments

Comments
 (0)