diff --git a/tox.ini b/tox.ini index 192a12bc22..745fa3aaad 100644 --- a/tox.ini +++ b/tox.ini @@ -98,6 +98,10 @@ commands = [testenv:venv] setenv = PYTHONHASHSEED=0 +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} [flake8]