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
|
rm
|
||||||
env
|
env
|
||||||
make
|
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 =
|
setenv =
|
||||||
VIRTUAL_ENV={envdir}
|
VIRTUAL_ENV={envdir}
|
||||||
PYTHONWARNINGS=default::DeprecationWarning
|
PYTHONWARNINGS=default::DeprecationWarning
|
||||||
@ -55,7 +55,7 @@ commands = oslo_debug_helper {posargs}
|
|||||||
|
|
||||||
[testenv:osc_plugins]
|
[testenv:osc_plugins]
|
||||||
deps =
|
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
|
-r{toxinidir}/requirements.txt
|
||||||
../../x/pbrx
|
../../x/pbrx
|
||||||
whitelist_externals =
|
whitelist_externals =
|
||||||
|
Loading…
Reference in New Issue
Block a user