Builds have been failing due to using some very old cached versions
of dependencies. By using --no-cache-dir, we force pip to pull in
up-to-date versions of all dependencies.
This also includes a change to language that caused tox to fail due
to a coala warning.
Issue: RELENG-2208
Change-Id: I4ad3256e2c3fe2d8a8b4c0878d0e0a3f54ccc722
Signed-off-by: Eric Ball <eball@linuxfoundation.org>
``jenkins-config/clouds/openstack/cattle/cloud.cfg``
Replace ``<BUILD_IMAGE_NAME>`` and ``<NETWORK_ID>`` in the below file
- with the details for your cloud. ``<NETWORK_ID>`` can be found in
+ with the details for your cloud. Find ``<NETWORK_ID>`` at
https://dashboard.vexxhost.net/project/networks/
.. code-block:: bash
docs-linkcheck
skipsdist=true
+[testenv]
+install_command=python -m pip install --no-cache-dir {opts} {packages}
+
[testenv:check-best-practices]
commands = python {toxinidir}/check-best-practices.py