Skip to content

Commit d16c245

Browse files
Zuulopenstack-gerrit
authored andcommitted
Merge "Update TOX_CONSTRAINTS_FILE for stable/wallaby" into stable/wallaby
2 parents 4d9fbf2 + 3c5a604 commit d16c245

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tox.ini

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ basepython = python3
99
setenv = VIRTUAL_ENV={envdir}
1010
usedevelop = True
1111
deps =
12-
-c{env:UPPER_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master}
12+
-c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/wallaby}
1313
-r{toxinidir}/requirements.txt
1414
-r{toxinidir}/test-requirements.txt
1515
commands = find . -type f -name "*.py[c|o]" -delete
@@ -44,7 +44,7 @@ commands =
4444

4545
[testenv:docs]
4646
deps =
47-
-c{env:UPPER_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master}
47+
-c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/wallaby}
4848
-r{toxinidir}/doc/requirements.txt
4949
commands = sphinx-build -W -b html doc/source doc/build/html
5050

@@ -59,7 +59,7 @@ import_exceptions = heatclient._i18n
5959

6060
[testenv:releasenotes]
6161
deps =
62-
-c{env:UPPER_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master}
62+
-c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/wallaby}
6363
-r{toxinidir}/doc/requirements.txt
6464
commands = sphinx-build -a -E -W -d releasenotes/build/doctrees -b html releasenotes/source releasenotes/build/html
6565

0 commit comments

Comments
 (0)