Update upper constraints URL

Update the upper constraints URL to the new URL [0]

[0] http://lists.openstack.org/pipermail/openstack-discuss/2019-May/006478.html

Change-Id: I1bc8e6ea35909f091e24799b554199da16219e17
This commit is contained in:
Christopher Dearborn 2020-05-15 14:29:14 -04:00
parent 3e52db0511
commit 5ec2fd5c0f
1 changed files with 3 additions and 2 deletions

View File

@ -5,8 +5,9 @@ ignore_basepython_conflict=true
[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 {opts} {packages}
deps =
-c{env:UPPER_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master}
-r{toxinidir}/requirements.txt
-r{toxinidir}/test-requirements.txt
basepython = python3
@ -25,7 +26,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://releases.openstack.org/constraints/upper/master}
-r{toxinidir}/requirements.txt
-r{toxinidir}/doc/requirements.txt
commands =