Merge "Add doc/requirements.txt to venv tox target"

This commit is contained in:
Zuul
2019-05-21 07:17:32 +00:00
committed by Gerrit Code Review

View File

@@ -30,6 +30,11 @@ commands =
[testenv:venv] [testenv:venv]
basepython = python3 basepython = python3
setenv = PYTHONHASHSEED=0 setenv = PYTHONHASHSEED=0
deps =
-c{env:UPPER_CONSTRAINTS_FILE:https://opendev.org/openstack/requirements/raw/branch/master/upper-constraints.txt}
-r{toxinidir}/doc/requirements.txt
-r{toxinidir}/test-requirements.txt
-r{toxinidir}/requirements.txt
commands = {posargs} commands = {posargs}
[testenv:cover] [testenv:cover]