Merge "Use TOX_CONSTRAINTS_FILE"
This commit is contained in:
commit
0a882d8fd8
4
tox.ini
4
tox.ini
@ -13,7 +13,7 @@ allowlist_externals =
|
||||
rm
|
||||
env
|
||||
make
|
||||
install_command = pip install -c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt} {opts} {packages}
|
||||
install_command = pip install -c{env:TOX_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt} {opts} {packages}
|
||||
setenv =
|
||||
VIRTUAL_ENV={envdir}
|
||||
PYTHONWARNINGS=default::DeprecationWarning
|
||||
@ -55,7 +55,7 @@ commands = oslo_debug_helper {posargs}
|
||||
|
||||
[testenv:osc_plugins]
|
||||
deps =
|
||||
-c{env:UPPER_CONSTRAINTS_FILE:https://opendev.org/openstack/requirements/raw/branch/master/upper-constraints.txt}
|
||||
-c{env:TOX_CONSTRAINTS_FILE:https://opendev.org/openstack/requirements/raw/branch/master/upper-constraints.txt}
|
||||
-r{toxinidir}/requirements.txt
|
||||
../../x/pbrx
|
||||
whitelist_externals =
|
||||
|
Loading…
Reference in New Issue
Block a user