|
|
|
@ -5,7 +5,7 @@ skipdist = True
|
|
|
|
|
|
|
|
|
|
[testenv] |
|
|
|
|
usedevelop = True |
|
|
|
|
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:UPPER_CONSTRAINTS_FILE:https://opendev.org/openstack/requirements/raw/branch/master/upper-constraints.txt} {opts} {packages} |
|
|
|
|
setenv = VIRTUAL_ENV={envdir} |
|
|
|
|
deps = -r{toxinidir}/test-requirements.txt |
|
|
|
|
whitelist_externals = bash |
|
|
|
|