Codebase list python-castellan / eae06cf
Update UPPER_CONSTRAINTS_FILE for stable/stein Update the URL to the upper-constraints file to point to the redirect rule on releases.openstack.org so that anyone working on this branch will switch to the correct upper-constraints list automatically when the requirements repository branches. Until the requirements repository has as stable/stein branch, tests will continue to use the upper-constraints list on master. Change-Id: Id6d3c6cc554dd342f54c7fe827d9a016736d6c4d OpenStack Release Bot 5 years ago
1 changed file(s) with 1 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
99 VIRTUAL_ENV={envdir}
1010 OS_TEST_PATH=./castellan/tests/unit
1111 deps =
12 -c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt}
12 -c{env:UPPER_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/stein}
1313 -r{toxinidir}/requirements.txt
1414 -r{toxinidir}/test-requirements.txt
1515 commands = stestr run --slowest {posargs}