summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Jaeger <aj@suse.com>2017-12-02 19:29:03 +0100
committerAndreas Jaeger <aj@suse.com>2017-12-02 19:29:03 +0100
commit9574ad69aca08e478979c6f3ba2f232e6f589714 (patch)
treecc8fad7069f7fefc8504db630c46a25576db2829
parentfed9e7cea51053716c092a506e2612168e73a704 (diff)
downloadoslo-vmware-9574ad69aca08e478979c6f3ba2f232e6f589714.tar.gz
Remove -U from pip install2.25.0
'pip install -U' ugrades specified packages, this is not necessary since we use constraints, remove the parameter '-U' from the line. With tools/tox_install.sh - which a previous change of mine removed - the -U was not harmful, but with the current set up, it might cause upgrades, so remove it. Change-Id: I2b4bf1e1c970afea899521e3cab08a817a186782
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 6350146..004cf98 100644
--- a/tox.ini
+++ b/tox.ini
@@ -3,7 +3,7 @@ minversion = 2.0
envlist = py35,py27,pypy,pep8
[testenv]
-install_command = pip install -U {opts} {packages}
+install_command = pip install {opts} {packages}
whitelist_externals = find
rm
deps =