Merge "Update TOX/UPPER_CONSTRAINTS_FILE for stable/ussuri" into stable/ussuri

This commit is contained in:
Zuul 2020-11-06 12:46:54 +00:00 committed by Gerrit Code Review
commit cc4c25e1a8
1 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@ setenv = VIRTUAL_ENV={envdir}
OS_STDERR_CAPTURE=1
OS_TEST_TIMEOUT=60
deps =
-c{env:UPPER_CONSTRAINTS_FILE:https://opendev.org/openstack/requirements/raw/upper-constraints.txt}
-c{env:UPPER_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/ussuri}
-r{toxinidir}/test-requirements.txt
-r{toxinidir}/requirements.txt
commands = stestr run {posargs}
@ -43,7 +43,7 @@ commands = oslo_debug_helper -t osc_lib/tests {posargs}
[testenv:docs]
deps =
-c{env:UPPER_CONSTRAINTS_FILE:https://opendev.org/openstack/requirements/raw/upper-constraints.txt}
-c{env:UPPER_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/ussuri}
-r{toxinidir}/requirements.txt
-r{toxinidir}/doc/requirements.txt
commands =