Merge "Fix tox dependencies for release note generation"
This commit is contained in:
commit
08bff2ed5a
4
tox.ini
4
tox.ini
@ -51,6 +51,10 @@ commands = bandit --skip B303 -r docker kolla tests tools
|
||||
|
||||
[testenv:venv]
|
||||
basepython = python3
|
||||
deps =
|
||||
-c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt}
|
||||
-r{toxinidir}/test-requirements.txt
|
||||
-r{toxinidir}/doc/requirements.txt
|
||||
commands = {posargs}
|
||||
|
||||
[testenv:docs]
|
||||
|
Loading…
Reference in New Issue
Block a user