Codebase list python-octaviaclient / ee34231
Update TOX_CONSTRAINTS_FILE for stable/wallaby 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/wallaby branch, tests will continue to use the upper-constraints list on master. Change-Id: I8eab6e429375d6fcc7e784456dd4019eb90f4db5 OpenStack Release Bot 3 years ago
1 changed file(s) with 3 addition(s) and 3 deletion(s). Raw diff Collapse all Expand all
1414 VIRTUAL_ENV={envdir}
1515 PYTHONWARNINGS=default::DeprecationWarning
1616 deps =
17 -c{env:UPPER_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master}
17 -c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/wallaby}
1818 -r{toxinidir}/test-requirements.txt
1919 commands =
2020 find . -type f -name "*.pyc" -delete
5454
5555 [testenv:docs]
5656 deps =
57 -c{env:UPPER_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master}
57 -c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/wallaby}
5858 -r{toxinidir}/doc/requirements.txt
5959 commands =
6060 rm -rf doc/build/html
7272
7373 [testenv:releasenotes]
7474 deps =
75 -c{env:UPPER_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master}
75 -c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/wallaby}
7676 -r{toxinidir}/doc/requirements.txt
7777 commands =
7878 rm -rf releasenotes/build