Skip to content

Commit a3e18a1

Browse files
98klukapeschke
authored andcommitted
Add upper-constraints.txt to releasenotes tox environment
Without these dependencies, the releasenotes build does not actually work. Change-Id: Iebb060857df6ec0b582e7635844e8505e09f9a4f
1 parent 573908b commit a3e18a1

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

tox.ini

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,5 +58,7 @@ import_exceptions = cloudkittyclient.i18n
5858

5959
[testenv:releasenotes]
6060
basepython = python3
61-
deps = -r{toxinidir}/doc/requirements.txt
61+
deps =
62+
-c{env:UPPER_CONSTRAINTS_FILE:https://opendev.org/openstack/requirements/raw/branch/master/upper-constraints.txt}
63+
-r{toxinidir}/doc/requirements.txt
6264
commands = sphinx-build -a -E -d releasenotes/build/doctrees -b html releasenotes/source releasenotes/build/html

0 commit comments

Comments
 (0)