Merge "Replace UPPER_CONSTRAINTS_FILE"
This commit is contained in:
2
tox.ini
2
tox.ini
@@ -8,7 +8,7 @@ allowlist_externals =
|
||||
bash
|
||||
rm
|
||||
env
|
||||
install_command = python -I -m pip install -c{env:UPPER_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master} {opts} {packages}
|
||||
install_command = python -I -m pip install -c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master} {opts} {packages}
|
||||
setenv =
|
||||
VIRTUAL_ENV={envdir}
|
||||
LANGUAGE=en_US
|
||||
|
||||
Reference in New Issue
Block a user