Merge "Update TOX_CONSTRAINTS_FILE for stable/victoria" into stable/victoria

This commit is contained in:
Zuul 2020-11-06 12:23:50 +00:00 committed by Gerrit Code Review
commit 4d560e649f
1 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@ setenv = OS_STDOUT_CAPTURE=1
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:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/victoria}
-r{toxinidir}/test-requirements.txt
-r{toxinidir}/requirements.txt
commands = stestr run {posargs}
@ -41,7 +41,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:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/victoria}
-r{toxinidir}/requirements.txt
-r{toxinidir}/doc/requirements.txt
commands =