Skip to content

Commit d16d98b

Browse files
author
pengyuesheng
committed
Update the constraints url
For more detail, see http://lists.openstack.org/pipermail/openstack-discuss/2019-May/006478.html Change-Id: Ie0a41fa97696bcd8b5fd2e670efdf9379ff1080e
1 parent eada2db commit d16d98b

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

tox.ini

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ setenv = VIRTUAL_ENV={envdir}
1111
OS_STDERR_CAPTURE=1
1212
OS_TEST_TIMEOUT=60
1313
deps =
14-
-c{env:UPPER_CONSTRAINTS_FILE:https://opendev.org/openstack/requirements/raw/upper-constraints.txt}
14+
-c{env:UPPER_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master}
1515
-r{toxinidir}/test-requirements.txt
1616
-r{toxinidir}/requirements.txt
1717
commands = stestr run {posargs}
@@ -88,7 +88,7 @@ commands =
8888
[testenv:venv]
8989
basepython = python3
9090
deps =
91-
-c{env:UPPER_CONSTRAINTS_FILE:https://opendev.org/openstack/requirements/raw/upper-constraints.txt}
91+
-c{env:UPPER_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master}
9292
-r{toxinidir}/requirements.txt
9393
-r{toxinidir}/doc/requirements.txt
9494
commands = {posargs}
@@ -112,7 +112,7 @@ commands =
112112
[testenv:docs]
113113
basepython = python3
114114
deps =
115-
-c{env:UPPER_CONSTRAINTS_FILE:https://opendev.org/openstack/requirements/raw/upper-constraints.txt}
115+
-c{env:UPPER_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master}
116116
-r{toxinidir}/requirements.txt
117117
-r{toxinidir}/doc/requirements.txt
118118
commands =
@@ -122,7 +122,7 @@ commands =
122122
[testenv:releasenotes]
123123
basepython = python3
124124
deps =
125-
-c{env:UPPER_CONSTRAINTS_FILE:https://opendev.org/openstack/requirements/raw/upper-constraints.txt}
125+
-c{env:UPPER_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master}
126126
-r{toxinidir}/doc/requirements.txt
127127
commands =
128128
sphinx-build -a -E -W -d releasenotes/build/doctrees -b html releasenotes/source releasenotes/build/html

0 commit comments

Comments
 (0)