Merge "Always use pip constraints"

This commit is contained in:
Jenkins 2016-05-31 03:48:17 +00:00 committed by Gerrit Code Review
commit 4c01f71c3e

View File

@ -5,8 +5,7 @@ skipsdist = True
[testenv]
usedevelop = True
# Customize pip command, add -U to force updates.
install_command = pip install -U {opts} {packages}
install_command = pip install -c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt} {opts} {packages}
setenv = VIRTUAL_ENV={envdir}
ZAQAR_TESTS_CONFIGS_DIR={toxinidir}/zaqar/tests/etc/
ZAQAR_TEST_MONGODB=1
@ -66,6 +65,7 @@ commands =
commands = oslo_debug_helper {posargs}
[testenv:releasenotes]
install_command = pip install -U --force-reinstall {opts} {packages}
commands = sphinx-build -a -E -d releasenotes/build/doctrees -b html releasenotes/source releasenotes/build/html
[flake8]