This should tell pip to use the latest version of packages (taking
pinning into account) - so that we can install newer versions of
packages that happen to be installed system-wide. This won't affect
libvirt-python as it is omitted from our list of requirements.
Signed-off-by: Zack Cerza <zack@redhat.com>
./virtualenv/bin/pip install setuptools --no-use-wheel --upgrade
fi
-./virtualenv/bin/pip install -r requirements.txt
+./virtualenv/bin/pip install --upgrade -r requirements.txt