Skip to content

Commit 22ff9ab

Browse files
Update TOX_CONSTRAINTS_FILE
UPPER_CONSTRAINTS_FILE is old name and deprecated, refer [1]. This allows to use lower-constraints file as more readable way instead of UPPER_CONSTRAINTS_FILE=<lower-constraints file>. [1] https://zuul-ci.org/docs/zuul-jobs/python-roles.html#rolevar-tox.tox_constraints_file Change-Id: I2318835ca129ba973d1086a3d56e506a7400dc7c
1 parent 3439344 commit 22ff9ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ignore_basepython_conflict = True
77
[testenv]
88
basepython = python3
99
usedevelop = True
10-
install_command = pip install -c{env:UPPER_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master} -U {opts} {packages}
10+
install_command = pip install -c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master} -U {opts} {packages}
1111
setenv =
1212
VIRTUAL_ENV={envdir}
1313
deps = -r{toxinidir}/requirements.txt

0 commit comments

Comments
 (0)