Switch to the new canonical constraints URL on master
Reference:
1. http://lists.openstack.org/pipermail/openstack-discuss/2019-May/006478.html
Change-Id: Ie634a18c9684d89c799d383b6538941d048da8ae
chenke
6 years ago
| 4 | 4 | |
| 5 | 5 | [testenv] |
| 6 | 6 | usedevelop = True |
| 7 | install_command = pip install -c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt} {opts} {packages} | |
| 7 | install_command = pip install {opts} {packages} | |
| 8 | 8 | setenv = |
| 9 | 9 | VIRTUAL_ENV={envdir} |
| 10 | 10 | PYTHONWARNINGS=default::DeprecationWarning |
| 11 | deps = -r{toxinidir}/test-requirements.txt | |
| 11 | deps = -c{env:UPPER_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master} | |
| 12 | -r{toxinidir}/test-requirements.txt | |
| 12 | 13 | commands = python setup.py test --slowest --testr-args='{posargs}' |
| 13 | 14 | |
| 14 | 15 | [testenv:pep8] |