Fix pointer to upper_constraints.txt

This patch corrects the pointer to upper_constraints.txt so that it
uses the one on the stable/train branch.

Change-Id: I9b9ddfe44ff778d061f76b607f5cfa45f981a4fe
This commit is contained in:
Christopher Dearborn 2019-11-06 16:47:16 -05:00
parent 78407a0dd6
commit 895ad93726
1 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@ envlist = py37,py36,py27,pep8
[testenv]
usedevelop = True
install_command = pip install -U -c{env:UPPER_CONSTRAINTS_FILE:https://opendev.org/openstack/requirements/raw/branch/master/upper-constraints.txt} {opts} {packages}
install_command = pip install -U -c{env:UPPER_CONSTRAINTS_FILE:https://opendev.org/openstack/requirements/raw/branch/stable/train/upper-constraints.txt} {opts} {packages}
deps =
-r{toxinidir}/requirements.txt
-r{toxinidir}/test-requirements.txt
@ -23,7 +23,7 @@ commands =
[testenv:docs]
deps =
-c{env:UPPER_CONSTRAINTS_FILE:https://opendev.org/openstack/requirements/raw/branch/master/upper-constraints.txt}
-c{env:UPPER_CONSTRAINTS_FILE:https://opendev.org/openstack/requirements/raw/branch/stable/train/upper-constraints.txt}
-r{toxinidir}/requirements.txt
-r{toxinidir}/doc/requirements.txt
commands = python setup.py build_sphinx