Merge "Remove -U from pip install"
This commit is contained in:
commit
4181c5e878
2
tox.ini
2
tox.ini
@ -16,7 +16,7 @@ passenv = http_proxy
|
||||
whitelist_externals = bash
|
||||
find
|
||||
rm
|
||||
install_command = pip install -U {opts} {packages}
|
||||
install_command = pip install {opts} {packages}
|
||||
deps =
|
||||
-c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt}
|
||||
-r{toxinidir}/requirements.txt
|
||||
|
Loading…
x
Reference in New Issue
Block a user