Update .gitreview for stable/2023.1

Including tox doc fix to unblock CI
https://review.opendev.org/c/openstack/senlin/+/876272

Change-Id: Ice1b71a6c63371fa85c766b9259f91acc4299160
This commit is contained in:
OpenStack Release Bot 2023-03-03 11:41:00 +00:00 committed by Erik Olof Gunnar Andersson
parent d76152595f
commit 8e275ca041
2 changed files with 7 additions and 3 deletions

View File

@ -2,3 +2,4 @@
host=review.opendev.org
port=29418
project=openstack/senlin.git
defaultbranch=stable/2023.1

View File

@ -67,11 +67,14 @@ setenv =
commands = {toxinidir}/tools/cover.sh {posargs}
[testenv:docs]
deps = -r{toxinidir}/doc/requirements.txt
deps =
-c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master}
-r{toxinidir}/requirements.txt
-r{toxinidir}/doc/requirements.txt
commands =
rm -rf doc/build
sphinx-build -W --keep-going -b html doc/source doc/build/html
whitelist_externals = rm
allowlist_externals = rm
[testenv:releasenotes]
deps = -r{toxinidir}/doc/requirements.txt