Replace deprecated UPPER_CONSTRAINTS_FILE variable
Change-Id: Ie31a1ef88a8ec144f6b01de845461874ecccbc12
This commit is contained in:
parent
e84e327c2d
commit
26f5180a9a
2
tox.ini
2
tox.ini
@ -8,7 +8,7 @@ ignore_basepython_conflict = True
|
|||||||
basepython = python3
|
basepython = python3
|
||||||
usedevelop = True
|
usedevelop = True
|
||||||
install_command =
|
install_command =
|
||||||
pip install -c{env:UPPER_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master} {opts} {packages}
|
pip install -c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master} {opts} {packages}
|
||||||
commands =
|
commands =
|
||||||
/usr/bin/find . -type f -name "*.pyc" -delete
|
/usr/bin/find . -type f -name "*.pyc" -delete
|
||||||
passenv =
|
passenv =
|
||||||
|
Loading…
x
Reference in New Issue
Block a user