Codebase list cinder-tempest-plugin / 98e029d
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
1 changed file(s) with 3 addition(s) and 2 deletion(s). Raw diff Collapse all Expand all
44
55 [testenv]
66 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}
88 setenv =
99 VIRTUAL_ENV={envdir}
1010 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
1213 commands = python setup.py test --slowest --testr-args='{posargs}'
1314
1415 [testenv:pep8]